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