padding property
final
Content padding for the row.
Defaults to the standard iOS padding for form rows. If no edge insets are intended, explicitly pass EdgeInsets.zero to padding.
Implementation
final EdgeInsetsGeometry? padding;
Content padding for the row.
Defaults to the standard iOS padding for form rows. If no edge insets are intended, explicitly pass EdgeInsets.zero to padding.
final EdgeInsetsGeometry? padding;