DefaultDesktopLocalizations class

US English strings for the Desktop widgets.

Implemented types

Constructors

DefaultDesktopLocalizations()
const

Properties

dateFormInputFormatter TextInputFormatter
no setteroverride
firstDayOfWeekIndex int
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
modalBarrierDismissLabel String
no setteroverride
narrowWeekdays List<String>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

formatCompactDate(DateTime date) String
override
formatDecimal(int number) String
override
formatFullDate(DateTime date) String
override
formatMonthYear(DateTime date) String
override
formatYear(DateTime date) String
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 Tab.
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

load(Locale locale) Future<DesktopLocalizations>