padding property

EdgeInsets? padding
final

The padding for the whole InputField.

If that's null, the default padding is 4.0 vertically.

Implementation

final EdgeInsets? padding;