FormBuilderLocalizations class
The actual Localizations class is FormBuilderLocalizationsImpl,
this class exists only for forward compatibility purposes...
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 → FormBuilderLocalizationsImpl
- 
  The current FormBuilderLocalizationsImpl instance.
  no setter
Static Methods
- 
  of(BuildContext context) → FormBuilderLocalizationsImpl 
- The FormBuilderLocalizationsImpl instance for the current context.
- 
  setCurrentInstance(FormBuilderLocalizationsImpl? current) → void 
- Set the current FormBuilderLocalizationsImpl instance.
Constants
- 
    delegate
  → const LocalizationsDelegate<FormBuilderLocalizationsImpl> 
- The FormBuilderLocalizationsImpl instance delegate.
- 
    localizationsDelegates
  → const List<LocalizationsDelegate> 
- The GlobalMaterialLocalizations.delegate, GlobalCupertinoLocalizations.delegate, and GlobalWidgetsLocalizations.delegate delegates.
- 
    supportedLocales
  → const List<Locale> 
- The supported locales.