timerPickerMinute method Null safety
- int minute
Minute that is shown in CupertinoTimerPicker corresponding to the given minute value.
Examples: timerPickerMinute(1) in:
- US English: 1
- Arabic: ١
Implementation
// The global version uses date symbols data from the intl package.
String timerPickerMinute(int minute);