TimePickerTheme constructor

const TimePickerTheme({
  1. PromptMode? mode,
  2. AlignmentGeometry? popoverAlignment,
  3. AlignmentGeometry? popoverAnchorAlignment,
  4. EdgeInsetsGeometry? popoverPadding,
  5. bool? use24HourFormat,
  6. bool? showSeconds,
  7. Widget? dialogTitle,
})

Implementation

const TimePickerTheme({
  this.mode,
  this.popoverAlignment,
  this.popoverAnchorAlignment,
  this.popoverPadding,
  this.use24HourFormat,
  this.showSeconds,
  this.dialogTitle,
});