padding property

EdgeInsetsGeometry? padding
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;