GlobalMaterialDurationPickerLocalizations class abstract

Inheritance
Implemented types

Properties

durationPickerDialHelpText String
Label used in the header of the duration picker dialog created with showDurationPicker when in DurationPickerEntryMode.dial.
no setterinherited
durationPickerInputHelpText String
Label used in the header of the duration picker dialog created with showDurationPicker when in DurationPickerEntryMode.input.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timePickerSecondLabel String
Label used below the second text field of the time picker dialog created with showTimePicker when in TimePickerEntryMode.input.
no setterinherited
timePickerSecondModeAnnouncement String
The text-to-speech announcement made when a time picker invoked using showTimePicker is set to the second picker mode.
no setterinherited

Methods

durationFormat() DurationFormat
The format used to lay out the duration picker.
inherited
formatDuration(Duration duration) String
Formats duration according to the value of durationFormat.
inherited
formatDurationHour(Duration duration) String
Formats Duration.hour in the given duration according to the value of DurationFormat.
inherited
formatDurationMinute(Duration duration) String
Formats Duration.minute in the given duration according to the value of durationFormat.
inherited
formatDurationSecond(Duration duration) String
Formats Duration.second in the given duration according to the value of durationFormat.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited