FirebaseUILocalizations<T extends FirebaseUILocalizationLabels> class

Could be used to obtain Firebase UI localization labels via BuildContext (using labelsOf )and to override default localizations (using withDefaultOverrides).

Constructors

FirebaseUILocalizations(Locale locale, T labels)
Could be used to obtain Firebase UI localization labels via BuildContext (using labelsOf )and to override default localizations (using withDefaultOverrides).
const

Properties

hashCode int
The hash code for this object.
no setterinherited
labels → T
final
locale Locale
final
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

delegate FirebaseUILocalizationDelegate<FirebaseUILocalizationLabels>
Localization delegate that could be provided to the MaterialApp.localizationsDelegates.
getter/setter pair

Static Methods

labelsOf(BuildContext context) FirebaseUILocalizationLabels
Returns localization labels.
of(BuildContext context) FirebaseUILocalizations<FirebaseUILocalizationLabels>
Looks up an instance of the FirebaseUILocalizations on the BuildContext.
withDefaultOverrides<T extends FirebaseUILocalizationLabels>(T overrides) FirebaseUILocalizationDelegate<FirebaseUILocalizationLabels>
Should be used to override labels provided by the library.