shape property Null safety
final
Default value for Card.shape.
If null, Card then uses a RoundedRectangleBorder with a circular corner radius of 4.0.
Implementation
final ShapeBorder? shape;
Default value for Card.shape.
If null, Card then uses a RoundedRectangleBorder with a circular corner radius of 4.0.
final ShapeBorder? shape;