StatefulWrapper<S extends AdeptState<StatefulWidget, dynamic, dynamic>, B> class

This wrapper is used to wrap some useful fields into a final object to be used in the whole StatefulWidget

Constructors

StatefulWrapper()

Properties

base ↔ B?
getter/setter pair
context BuildContext?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ↔ S?
getter/setter pair

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