TimePickerTheme constructor
const
TimePickerTheme({
- PromptMode? mode,
- AlignmentGeometry? popoverAlignment,
- AlignmentGeometry? popoverAnchorAlignment,
- EdgeInsetsGeometry? popoverPadding,
- bool? use24HourFormat,
- bool? showSeconds,
- Widget? dialogTitle,
Implementation
const TimePickerTheme({
this.mode,
this.popoverAlignment,
this.popoverAnchorAlignment,
this.popoverPadding,
this.use24HourFormat,
this.showSeconds,
this.dialogTitle,
});