timerPickerMinuteLabel method

  1. @override
String timerPickerMinuteLabel (int minute)
override

Label that appears next to the minute picker in CupertinoCountdownTimerPicker when selected minute value is minute. This function will deal with pluralization based on the minute parameter.

Implementation

@override
String timerPickerMinuteLabel(int minute) => 'min';