StateSubscriptionWidgetState<T> class

Inheritance

Properties

context BuildContext
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
mounted bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget StateSubscriptionWidget<T>
no setterinherited

Methods

addPostFrameCallback(VoidCallback callback) → void
inherited
build(BuildContext context) Widget
override
inflate(BuildContext context, {bool runInitState = true}) → void
inherited
initState() → void
Override this method to initialize the state of this widget. The parent value is already set when this method is called.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render() → void
inherited
setState(VoidCallback callback) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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