margin property

EdgeInsets? margin
final

margin is the padding around the widget and has a default value of EdgeInsets.zero.

Implementation

final EdgeInsets? margin;