AFThemeData class

Constructors

AFThemeData({FutureWrapper submitFormWrapper = kShowFutureLoadingDialog, bool enableSubmitFormWrapper = true})
const

Properties

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

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