ZeroTimePickerStyle constructor

const ZeroTimePickerStyle({
  1. required HourMinuteControlStyle hourMinute,
  2. Color? backgroundColor,
  3. Color? dayPeriodTextColor,
  4. Color? dayPeriodColor,
  5. Color? dialHandColor,
  6. Color? dialBackgroundColor,
  7. Color? dialTextColor,
  8. Color? entryModeIconColor,
  9. TextStyle? dayPeriodTextStyle,
  10. TextStyle? helpTextStyle,
  11. ShapeBorder? shape,
  12. OutlinedBorder? dayPeriodShape,
  13. BorderSide? dayPeriodBorderSide,
  14. ZeroTextfieldStyle? textfieldStyle,
})

Creates a theme that can be used for ZeroTimePickerStyle or ZeroThemeData.timePickerStyle.

Implementation

const ZeroTimePickerStyle({
  required this.hourMinute,
  this.backgroundColor,
  this.dayPeriodTextColor,
  this.dayPeriodColor,
  this.dialHandColor,
  this.dialBackgroundColor,
  this.dialTextColor,
  this.entryModeIconColor,
  this.dayPeriodTextStyle,
  this.helpTextStyle,
  this.shape,
  this.dayPeriodShape,
  this.dayPeriodBorderSide,
  this.textfieldStyle,
});