MinInputStyle constructor
const
MinInputStyle({
- required BoxDecoration idle,
- required BoxDecoration focused,
- required BoxDecoration error,
- required BoxDecoration disabled,
- Color? foregroundColor,
- Color? disabledForegroundColor,
- Color? placeholderColor,
- EdgeInsets? contentPadding,
Implementation
const MinInputStyle({
required this.idle,
required this.focused,
required this.error,
required this.disabled,
this.foregroundColor,
this.disabledForegroundColor,
this.placeholderColor,
this.contentPadding,
});