timerPickerMinute method
Minute that is shown in CupertinoTimerPicker corresponding to the given minute value.
Examples: timerPickerMinute(1) in:
- US English: 1
- Arabic: ١
Implementation
@override
String timerPickerMinute(int minute) => '分.';
Minute that is shown in CupertinoTimerPicker corresponding to the given minute value.
Examples: timerPickerMinute(1) in:
@override
String timerPickerMinute(int minute) => '分.';