contentPadding property
Custom padding inside the input field.
If null, uses decoration.contentPadding or a default of
EdgeInsets.symmetric(horizontal: 16, vertical: 12).
Implementation
final EdgeInsetsGeometry? contentPadding;
Custom padding inside the input field.
If null, uses decoration.contentPadding or a default of
EdgeInsets.symmetric(horizontal: 16, vertical: 12).
final EdgeInsetsGeometry? contentPadding;