MaterialDurationPickerLocalizationDe class

Inheritance

Properties

durationPickerDialHelpText String
Label used in the header of the duration picker dialog created with showDurationPicker when in DurationPickerEntryMode.dial.
no setteroverride
durationPickerInputHelpText String
Label used in the header of the duration picker dialog created with showDurationPicker when in DurationPickerEntryMode.input.
no setteroverride
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 setteroverride
timePickerSecondModeAnnouncement String
The text-to-speech announcement made when a time picker invoked using showTimePicker is set to the second picker mode.
no setteroverride

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.
inherited

Operators

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