AFThemeData class

Constructors

AFThemeData.new({TextFieldWidgetBuilder textFieldWidgetBuilder = kTextFieldWidgetBuilder, FutureWrapper submitFormWrapper = kShowFutureLoadingDialog, bool enableSubmitFormWrapper = true, Map<Type, FieldWidgetBuilder> customBuilders = const {}})
const

Properties

customBuilders Map<Type, FieldWidgetBuilder>
final
enableSubmitFormWrapper bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submitFormWrapper → FutureWrapper
A function that will be called by the AFFormState state whenever the form submitted by the user. It has the responsibility to await the future received as an argument which is returned by the AFFormState.onSubmitted
final
textFieldWidgetBuilder → TextFieldWidgetBuilder
final

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