margin property

EdgeInsets? margin
final

This is the margins of the widget.

If null, this defaults to EdgeInsets.all(15.0).

Implementation

final EdgeInsets? margin;