timerPickerHour abstract method

String timerPickerHour(
  1. int hour
)

Hour that is shown in CupertinoTimerPicker corresponding to the given hour value.

Examples: timerPickerHour(1) in:

  • US English: 1
  • Arabic: ١

Implementation

// The global version uses date symbols data from the intl package.
String timerPickerHour(int hour);