defaultContentPadding property
Default padding for the content of the text field.
Implementation
final EdgeInsets defaultContentPadding = EdgeInsets.only(left: 10, top: 8);
Default padding for the content of the text field.
final EdgeInsets defaultContentPadding = EdgeInsets.only(left: 10, top: 8);