inputTheme top-level property
Theme
inputTheme
final
Theme for text inputs.
Implementation
final inputTheme = Theme.colorfulTheme.copyWith(
inputPrefix: '',
successPrefix: '',
);
Theme for text inputs.
final inputTheme = Theme.colorfulTheme.copyWith(
inputPrefix: '',
successPrefix: '',
);