DefaultCupertinoLocalizations class
US English strings for the cupertino widgets.
- Implemented types
Constructors
- DefaultCupertinoLocalizations()
-
Constructs an object that defines the cupertino widgets' localized strings
for US English (only). [...]
const
Properties
- alertDialogLabel → String
-
The term used by the system to announce dialog alerts.
read-only, override
- anteMeridiemAbbreviation → String
-
The abbreviation for ante meridiem (before noon) shown in the time picker.
read-only, override
- copyButtonLabel → String
-
The term used for copying
read-only, override
- cutButtonLabel → String
-
The term used for cutting
read-only, override
- datePickerDateOrder → DatePickerDateOrder
-
The order of the date elements that will be shown in CupertinoDatePicker.
read-only, override
- datePickerDateTimeOrder → DatePickerDateTimeOrder
-
The order of the time elements that will be shown in CupertinoDatePicker.
read-only, override
- pasteButtonLabel → String
-
The term used for pasting
read-only, override
- postMeridiemAbbreviation → String
-
The abbreviation for post meridiem (after noon) shown in the time picker.
read-only, override
- selectAllButtonLabel → String
-
The term used for selecting everything
read-only, override
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
datePickerDayOfMonth(
int dayIndex) → String -
Day of month that is shown in CupertinoDatePicker spinner corresponding
to the given day index. [...]
override
-
datePickerHour(
int hour) → String -
Hour that is shown in CupertinoDatePicker spinner corresponding
to the given hour value. [...]
override
-
datePickerHourSemanticsLabel(
int hour) → String -
Semantics label for the given hour value in CupertinoDatePicker.
override
-
datePickerMediumDate(
DateTime date) → String -
The medium-width date format that is shown in CupertinoDatePicker
spinner. Abbreviates month and days of week. [...]
override
-
datePickerMinute(
int minute) → String -
Minute that is shown in CupertinoDatePicker spinner corresponding
to the given minute value. [...]
override
-
datePickerMinuteSemanticsLabel(
int minute) → String -
Semantics label for the given minute value in CupertinoDatePicker.
override
-
datePickerMonth(
int monthIndex) → String -
Month that is shown in CupertinoDatePicker spinner corresponding to
the given month index. [...]
override
-
datePickerYear(
int yearIndex) → String -
Year that is shown in CupertinoDatePicker spinner corresponding to the
given year index. [...]
override
-
timerPickerHour(
int hour) → String -
Hour that is shown in
CupertinoCountdownTimerPicker
corresponding to the given hour value. [...]override -
timerPickerHourLabel(
int hour) → String -
Label that appears next to the hour picker in
CupertinoCountdownTimerPicker
when selected hour value ishour
. This function will deal with pluralization based on thehour
parameter.override -
timerPickerMinute(
int minute) → String -
Minute that is shown in
CupertinoCountdownTimerPicker
corresponding to the given minute value. [...]override -
timerPickerMinuteLabel(
int minute) → String -
Label that appears next to the minute picker in
CupertinoCountdownTimerPicker
when selected minute value isminute
. This function will deal with pluralization based on theminute
parameter.override -
timerPickerSecond(
int second) → String -
Second that is shown in
CupertinoCountdownTimerPicker
corresponding to the given second value. [...]override -
timerPickerSecondLabel(
int second) → String -
Label that appears next to the minute picker in
CupertinoCountdownTimerPicker
when selected minute value issecond
. This function will deal with pluralization based on thesecond
parameter.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited
Static Methods
-
load(
Locale locale) → Future< CupertinoLocalizations> - Creates an object that provides US English resource values for the cupertino library widgets. [...]
Constants
-
delegate
→ const LocalizationsDelegate<
CupertinoLocalizations> -
A LocalizationsDelegate that uses DefaultCupertinoLocalizations.load
to create an instance of this class.
const _CupertinoLocalizationsDelegate()