contentPadding property

EdgeInsets? contentPadding
final

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

Implementation

final EdgeInsets? contentPadding;