padding property

EdgeInsetsGeometry? padding
final

Content padding for the row.

The padding widget is passed to CupertinoFormRow. If the padding parameter is null, CupertinoFormRow constructs its own default padding, which is the standard form row padding in iOS.

If no edge insets are intended, explicitly pass EdgeInsets.zero to padding.

Implementation

final EdgeInsetsGeometry? padding;