style property
Defines the visual properties of the widget displayed with ZeroTimePickerDialog.
Descendant widgets obtain the current ZeroTimePickerStyle object using
context.theme.timePickerStyle
. Instances of ZeroTimePickerStyle
can be customized with ZeroTimePickerStyle.copyWith.
Typically a ZeroTimePickerStyle is specified as part of the overall
ZeroTheme with ZeroThemeData.timePickerstyle
.
All ZeroTimePickerStyle properties are null
by default. When null,
ZeroTimePickerDialog will provide its own defaults.
Implementation
final ZeroTimePickerStyle? style;