ZeroTimePickerStyle constructor
const
ZeroTimePickerStyle({
- required HourMinuteControlStyle hourMinute,
- Color? backgroundColor,
- Color? dayPeriodTextColor,
- Color? dayPeriodColor,
- Color? dialHandColor,
- Color? dialBackgroundColor,
- Color? dialTextColor,
- Color? entryModeIconColor,
- TextStyle? dayPeriodTextStyle,
- TextStyle? helpTextStyle,
- ShapeBorder? shape,
- OutlinedBorder? dayPeriodShape,
- BorderSide? dayPeriodBorderSide,
- 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,
});