padding property
Padding around the input field's content area.
Defaults to EdgeInsets.symmetric(horizontal: 12, vertical: 8).
Implementation
final EdgeInsetsGeometry? padding;
Padding around the input field's content area.
Defaults to EdgeInsets.symmetric(horizontal: 12, vertical: 8).
final EdgeInsetsGeometry? padding;