timeOfDayFormat abstract method

TimeOfDayFormat timeOfDayFormat({
  1. bool alwaysUse24HourFormat = false,
})

The format used to lay out the time picker.

The documentation for TimeOfDayFormat enum values provides details on each supported layout.

Implementation

TimeOfDayFormat timeOfDayFormat({ bool alwaysUse24HourFormat = false });