MacosTimePickerThemeData constructor

MacosTimePickerThemeData({
  1. Color? backgroundColor,
  2. Color? selectedElementColor,
  3. Color? selectedElementTextColor,
  4. Color? caretColor,
  5. Color? clockViewBackgroundColor,
  6. Color? caretControlsBackgroundColor,
  7. Color? caretControlsSeparatorColor,
  8. Color? hourHandColor,
  9. Color? minuteHandColor,
  10. Color? secondHandColor,
  11. Color? hourTextColor,
  12. Color? dayPeriodTextColor,
  13. Color? clockViewBorderColor,
  14. Color? shadowColor,
})

A style that overrides the default appearance of MacosTimePickers when it's used with MacosTimePickerTheme or with the overall MacosTheme's MacosThemeData.timePickerTheme.

See also:

Implementation

MacosTimePickerThemeData({
  this.backgroundColor,
  this.selectedElementColor,
  this.selectedElementTextColor,
  this.caretColor,
  this.clockViewBackgroundColor,
  this.caretControlsBackgroundColor,
  this.caretControlsSeparatorColor,
  this.hourHandColor,
  this.minuteHandColor,
  this.secondHandColor,
  this.hourTextColor,
  this.dayPeriodTextColor,
  this.clockViewBorderColor,
  this.shadowColor,
});