clipBehavior property
Overrides the default value for Card.clipBehavior.
This property is obsolete and will be deprecated in a future release: please use the CardThemeData.clipBehavior property in data instead.
Implementation
Clip? get clipBehavior => _data != null ? _data.clipBehavior : _clipBehavior;