margin property

EdgeInsetsGeometry margin
final

Margin around the content area of the section encapsulating children.

Defaults to zero padding if constructed with standard CupertinoFormSection constructor. Defaults to the standard notched-style iOS margin when constructing with CupertinoFormSection.insetGrouped.

Implementation

final EdgeInsetsGeometry margin;