margin property
final
The empty space that surrounds the card.
Defines the card's outer Container.margin.
The default margin is 4.0 logical pixels on all sides:
EdgeInsets.all(4.0)
.
Implementation
final EdgeInsetsGeometry margin
The empty space that surrounds the card.
Defines the card's outer Container.margin.
The default margin is 4.0 logical pixels on all sides:
EdgeInsets.all(4.0)
.
final EdgeInsetsGeometry margin