ControlScope class

Constructors

ControlScope.of([dynamic parent])
parent should be BuildContext, State or CoreWidget
factory

Properties

context BuildContext?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

get<T>({dynamic key, dynamic args}) → 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

Static Properties

root ControlRootScope
no setter

Static Methods

provide<T>(dynamic parent, {dynamic key, dynamic args}) → T?
Tries to provide object from Widget Tree by given T and/or key. parent should be BuildContext, State or CoreWidget