DesktopLocalizations class abstract

Defines the localized resource values used by the Desktop widgets.

See also:

Implementers

Constructors

DesktopLocalizations()

Properties

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

Methods

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

Operators

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

Static Methods

of(BuildContext context) DesktopLocalizations