margin property

EdgeInsetsGeometry margin
final

The empty space that surrounds the card.

The default margin is 4.0 logical pixels on all sides: EdgeInsets.all(4.0).

Implementation

final EdgeInsetsGeometry margin;