contentPadding property

EdgeInsetsGeometry? contentPadding
final

Padding of the Items in the Form. If no Padding is provided a EdgeInsets.all(8.0) will be used.

Implementation

final EdgeInsetsGeometry? contentPadding;