TimePickerThemeData constructor Null safety
- {Color? backgroundColor,
- Color? hourMinuteTextColor,
- Color? hourMinuteColor,
- Color? dayPeriodTextColor,
- Color? dayPeriodColor,
- Color? dialHandColor,
- Color? dialBackgroundColor,
- Color? dialTextColor,
- Color? entryModeIconColor,
- TextStyle? hourMinuteTextStyle,
- TextStyle? dayPeriodTextStyle,
- TextStyle? helpTextStyle,
- ShapeBorder? shape,
- ShapeBorder? hourMinuteShape,
- OutlinedBorder? dayPeriodShape,
- BorderSide? dayPeriodBorderSide,
- InputDecorationTheme? inputDecorationTheme}
Creates a theme that can be used for TimePickerTheme or ThemeData.timePickerTheme.
Implementation
const TimePickerThemeData({
  this.backgroundColor,
  this.hourMinuteTextColor,
  this.hourMinuteColor,
  this.dayPeriodTextColor,
  this.dayPeriodColor,
  this.dialHandColor,
  this.dialBackgroundColor,
  this.dialTextColor,
  this.entryModeIconColor,
  this.hourMinuteTextStyle,
  this.dayPeriodTextStyle,
  this.helpTextStyle,
  this.shape,
  this.hourMinuteShape,
  this.dayPeriodShape,
  this.dayPeriodBorderSide,
  this.inputDecorationTheme,
});