alwaysUse24HourFormat property Null safety

bool alwaysUse24HourFormat
override

The setting indicating whether time should always be shown in the 24-hour format.

This option is used by showTimePicker.

Implementation

@override
bool get alwaysUse24HourFormat => _alwaysUse24HourFormatTestValue ?? _platformDispatcher.alwaysUse24HourFormat;