datePickerHourSemanticsLabel abstract method

String? datePickerHourSemanticsLabel(
  1. int hour
)

Semantics label for the given hour value in CupertinoDatePicker.

Implementation

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