StateBLoC<T extends State<StatefulWidget>> class

Implement so to serve as a Business Logic Component for a SetState object.

Constructors

StateBLoC()
Collect the designated State object to work with

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state ↔ T?
The Subclass should supply the appropriate SetState object
getter/setter pair

Methods

dispose() → void
Nullify its reference in the State object's own dispose() function. Should clean up memory.
initState() → void
Supply the State object to this BloC object.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setState(VoidCallback fn) → void
Call your State object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited