shape property Null safety

ShapeBorder? shape
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;