inputTheme top-level property

Theme inputTheme
final

Theme for text inputs.

Implementation

final inputTheme = Theme.colorfulTheme.copyWith(
  inputPrefix: '',
  successPrefix: '',
);