LifecycleAware mixin

A mixin for widgets that are aware of their current lifecycle.

Mixin Applications

Properties

currentLifecycleState LifecycleEvent?
Current lifecycle.
no setter
hashCode int
The hash code for this object.
no setterinherited
itemIndex int?
Used for an indexed child, such as an item of ListView/GridView.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handleLifecycleEvents(List<LifecycleEvent> events) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLifecycleEvent(LifecycleEvent event) → void
LifecycleEvent callback.
toString() String
A string representation of this object.
inherited

Operators

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