margin property

EdgeInsetsGeometry? margin
final

Empty space to surround the NeuContainer and any insets.

If this NeuContainer is constrained or has a supplied width/height, that dimensional description fits within these EdgeInsets.

That is to say that the net size of this Widget will be any constrained size (or provided by child, if non-null) plus the insets provided here.

Implementation

final EdgeInsetsGeometry? margin;