FDefaultLocalizations class

The default localization for when no localization is provided.

Inheritance
Available extensions

Constructors

FDefaultLocalizations()
Creates a FDefaultLocalizations.
factory

Properties

barrierLabel String
The label for the barrier rendered underneath the content of a bottom sheet (used as the 'modalRouteContentName' of the 'barrierOnTapHint' message).
no setteroverride
dialogLabel String
The sheet's label.
no setteroverride
firstDayOfWeek int

Available on FLocalizations, provided by the FDateTimeLocalizations extension

The first day of the week, in ISO 8601 style, where the first day of the week, i. e. index 1, is Monday.
no setter
hashCode int
The hash code for this object.
no setterinherited
localeName String
finalinherited
narrowWeekDays List<String>

Available on FLocalizations, provided by the FDateTimeLocalizations extension

Very short names for days of the week, starting with Sunday, e.g. 'Su'.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sheetLabel String
No description provided for @sheetLabel.
no setteroverride
shortWeekDays List<String>

Available on FLocalizations, provided by the FDateTimeLocalizations extension

Short names for days of the week, starting with Sunday, e.g. 'Sun'.
no setter

Methods

abbreviatedMonth(DateTime date) String
The abbreviated month.
override
barrierOnTapHint(String modalRouteContentName) String
The onTapHint for the barrier rendered underneath the content of a modal route (especially a sheet) which users can tap to dismiss the content.
override
day(DateTime date) String
The day of the month.
override
fullDate(DateTime date) String
The full date.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
year(DateTime date) String
The year.
override
yearMonth(DateTime date) String
The year and month.
override

Operators

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