UiLocalizationsEn class
English (US) defaults. Also the implicit fallback when no delegate is installed — see UiLocalizations.of.
- Inheritance
-
- Object
- UiLocalizations
- UiLocalizationsEn
Constructors
- UiLocalizationsEn()
-
const
Properties
- back → String
-
Default label for the navigation back button.
no setteroverride
- backToMonthGrid → String
-
Default hint appended when tapping would return to the month
grid from the year grid.
no setteroverride
- cancel → String
-
Default label for a cancel action.
no setteroverride
- close → String
-
Default label for a close affordance.
no setteroverride
-
Default label for collapsing an expanded navigation rail.
no setteroverride
- confirm → String
-
Default label for a confirm action.
no setteroverride
- disabled → String
-
Default spoken-state suffix: "disabled".
no setteroverride
- drawer → String
-
Spoken label for a drawer surface. Screen readers announce this
when focus enters the drawer so users understand they've moved
into a side panel.
no setteroverride
-
Default label for expanding a collapsed navigation rail.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- loading → String
-
Default label for a "loading" caption.
no setteroverride
-
Spoken label for a menu trigger.
no setteroverride
- more → String
-
Default label for an overflow navigation item.
no setteroverride
- next → String
-
Default label for a "next page" pagination chip.
no setteroverride
- opensMonthPicker → String
-
Default hint appended to the date picker header trigger's
semantics label when tapping would open the month grid.
no setteroverride
- opensYearPicker → String
-
Default hint appended when tapping would open the year grid.
no setteroverride
- previous → String
-
Default label for a "previous page" pagination chip.
no setteroverride
- pullToRefresh → String
-
Pull-to-refresh prompt shown before the trigger distance is reached.
no setteroverride
- rangeEnd → String
-
Default spoken-state suffix for a range's end endpoint.
no setteroverride
- rangeStart → String
-
Default spoken-state suffix for a range's start endpoint.
no setteroverride
- refreshComplete → String
-
Live-region label after a successful refresh.
no setteroverride
- refreshFailed → String
-
Live-region label after a failed refresh.
no setteroverride
- refreshing → String
-
Live-region label while a refresh callback is running.
no setteroverride
- releaseToRefresh → String
-
Pull-to-refresh prompt shown after the gesture is armed.
no setteroverride
- retry → String
-
Default label for a retry affordance (empty / error states).
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selected → String
-
Default spoken-state suffix: "selected".
no setteroverride
- sheet → String
-
Spoken label for a sheet surface.
no setteroverride
- today → String
-
Default spoken-state suffix: "today".
no setteroverride
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pageSemanticsLabel(
int page) → String -
Spoken label for a pagination chip pointing to
page. The English default renders"Page 3". Override for locales where the unit word takes a different position relative to the number.override -
toString(
) → String -
A string representation of this object.
inherited
-
typingLabel(
List< String> names) → String -
Formats the presence message for participants composing a chat message.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited