margin property

EdgeInsetsGeometry margin
final

Empty space to surround the paragraph. Similar to CSS, the top overlaps the previous sibling's bottom margin, the bottom overlaps the next sibling's top margin, and the left and right overlap floated siblings.

Implementation

final EdgeInsetsGeometry margin;