DateTimeFieldTheme constructor

const DateTimeFieldTheme({
  1. TextStyle? textStyle,
  2. WidgetStateProperty<Color?>? textColor,
  3. InputDecorationThemeData? decorationTheme,
  4. TextAlign? textAlign,
  5. bool? showClearIcon,
  6. @Deprecated('Use clearSuffixButtonTheme.icon') Widget? clearIcon,
  7. 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(),
});