Context class

Contains a list of parent widgets in sequence.

Available Extensions

Constructors

Context(List<Widget> sequence)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sequence List<Widget>
A list of parent widgets.
final

Methods

getParentWidgetOfExactType<T extends Widget>() → T
Returns the first parent widget in sequence which has the exact type of T.
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