defaultContentPadding property

EdgeInsets defaultContentPadding
final

Default padding for the content of the text field.

Implementation

final EdgeInsets defaultContentPadding = EdgeInsets.only(left: 10, top: 8);