JetLocalizations class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- current → JetLocalizationsImpl
-
The current JetLocalizationsImpl instance.
no setter
Static Methods
-
getTextDirection(
Locale locale) → TextDirection -
of(
BuildContext context) → JetLocalizationsImpl - The JetLocalizationsImpl instance for the current context.
-
setCurrentInstance(
JetLocalizationsImpl? current) → void - Set the current JetLocalizationsImpl instance.
Constants
-
delegate
→ const LocalizationsDelegate<
JetLocalizationsImpl> - The JetLocalizationsImpl instance delegate.
-
localizationsDelegates
→ const List<
LocalizationsDelegate> - The GlobalMaterialLocalizations.delegate, GlobalCupertinoLocalizations.delegate, and GlobalWidgetsLocalizations.delegate delegates.
-
supportedLocales
→ const List<
Locale> - The supported locales.