DariCupertinoLocalizations class
- Inheritance
-
- Object
- DefaultCupertinoLocalizations
- DariCupertinoLocalizations
Constructors
- DariCupertinoLocalizations()
-
const
Properties
- alertDialogLabel → String
-
The term used by the system to announce dialog alerts.
no setteroverride
- anteMeridiemAbbreviation → String
-
The abbreviation for ante meridiem (before noon) shown in the time picker.
no setteroverride
- clearButtonLabel → String
-
The term used for clearing a field.
no setterinherited
- copyButtonLabel → String
-
The term used for copying.
no setterinherited
- cutButtonLabel → String
-
The term used for cutting.
no setterinherited
- datePickerDateOrder → DatePickerDateOrder
-
The order of the date elements that will be shown in CupertinoDatePicker.
no setterinherited
- datePickerDateTimeOrder → DatePickerDateTimeOrder
-
The order of the time elements that will be shown in CupertinoDatePicker.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- lookUpButtonLabel → String
-
The term used for looking up a selection.
no setterinherited
-
Label read out by accessibility tools (VoiceOver) for a context menu to
indicate that a tap outside dismisses the context menu.
no setterinherited
- modalBarrierDismissLabel → String
-
Label read out by accessibility tools (VoiceOver) for a modal
barrier to indicate that a tap dismisses the barrier.
no setterinherited
- noSpellCheckReplacementsLabel → String
-
Label that appears in the Cupertino toolbar when the spell checker
couldn't find any replacements for the current word.
no setterinherited
- pasteButtonLabel → String
-
The term used for pasting.
no setterinherited
- postMeridiemAbbreviation → String
-
The abbreviation for post meridiem (after noon) shown in the time picker.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchTextFieldPlaceholderLabel → String
-
The default placeholder used in CupertinoSearchTextField.
no setterinherited
- searchWebButtonLabel → String
-
The term used for launching a web search on a selection.
no setterinherited
- selectAllButtonLabel → String
-
The term used for selecting everything.
no setterinherited
-
The term used for launching a web search on a selection.
no setterinherited
-
timerPickerHourLabels
→ List<
String> -
All possible hour labels that appears next to the hour picker in
CupertinoTimerPicker
no setterinherited
-
timerPickerMinuteLabels
→ List<
String> -
All possible minute labels that appears next to the minute picker in
CupertinoTimerPicker
no setterinherited
-
timerPickerSecondLabels
→ List<
String> -
All possible second labels that appears next to the second picker in
CupertinoTimerPicker
no setterinherited
- todayLabel → String
-
Label shown in date pickers when the date is today.
no setteroverride
Methods
-
datePickerDayOfMonth(
int dayIndex, [int? weekDay]) → 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.
inherited
-
datePickerMediumDate(
DateTime date) → String -
The medium-width date format that is shown in CupertinoDatePicker
spinner. Abbreviates month and days of week.
inherited
-
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.
inherited
-
datePickerMonth(
int monthIndex) → String -
Month that is shown in CupertinoDatePicker spinner corresponding to
the given month index.
override
-
datePickerStandaloneMonth(
int monthIndex) → String -
Month that is shown in CupertinoDatePicker spinner corresponding to
the given month index in CupertinoDatePickerMode.monthYear mode.
override
-
datePickerYear(
int yearIndex) → String -
Year that is shown in CupertinoDatePicker spinner corresponding to the
given year index.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
tabSemanticsLabel(
{required int tabIndex, required int tabCount}) → String -
The accessibility label used on a tab in a CupertinoTabBar.
inherited
-
timerPickerHour(
int hour) → String -
Hour that is shown in CupertinoTimerPicker corresponding to
the given hour value.
inherited
-
timerPickerHourLabel(
int hour) → String -
Label that appears next to the hour picker in
CupertinoTimerPicker when selected hour value is
hour
. This function will deal with pluralization based on thehour
parameter.inherited -
timerPickerMinute(
int minute) → String -
Minute that is shown in CupertinoTimerPicker corresponding to
the given minute value.
inherited
-
timerPickerMinuteLabel(
int minute) → String -
Label that appears next to the minute picker in
CupertinoTimerPicker when selected minute value is
minute
. This function will deal with pluralization based on theminute
parameter.inherited -
timerPickerSecond(
int second) → String -
Second that is shown in CupertinoTimerPicker corresponding to
the given second value.
inherited
-
timerPickerSecondLabel(
int second) → String -
Label that appears next to the minute picker in
CupertinoTimerPicker when selected minute value is
second
. This function will deal with pluralization based on thesecond
parameter.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited