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