DateTimeFieldTheme constructor
const
DateTimeFieldTheme({
- TextStyle? textStyle,
- WidgetStateProperty<
Color?> ? textColor, - InputDecorationThemeData? decorationTheme,
- TextAlign? textAlign,
- bool? showClearIcon,
- @Deprecated('Use clearSuffixButtonTheme.icon') Widget? clearIcon,
- ClearSuffixButtonTheme clearSuffixButtonTheme = const ClearSuffixButtonTheme(),
Implementation
const DateTimeFieldTheme({
super.textStyle,
super.textColor,
super.decorationTheme,
this.textAlign,
this.showClearIcon,
@Deprecated('Use clearSuffixButtonTheme.icon') this.clearIcon,
this.clearSuffixButtonTheme = const ClearSuffixButtonTheme(),
});