timerPickerMinuteLabel abstract method

String? timerPickerMinuteLabel(
  1. int minute
)

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

Implementation

// The global version uses the translated string from the arb file.
String? timerPickerMinuteLabel(int minute);