menu scopo package documentation scopo.dart ScopeCore<W extends ScopeCore<W, E, D, S>, E extends ScopeElementBase<W, E, D, S>, D extends ScopeDependencies, S extends ScopeCoreState<W, E, D, S>> class ScopeCore<W extends ScopeCore<W, E, D, S>, E extends ScopeElementBase<W, E, D, S>, D extends ScopeDependencies, S extends ScopeCoreState<W, E, D, S>> class
dark_mode light_mode
ScopeCore<W extends ScopeCore<W , E , D , S > , E extends ScopeElementBase<W , E , D , S > , D extends ScopeDependencies , S extends ScopeCoreState<W , E , D , S > > class
abstract
base
Scope
Properties
child
→ Widget
The widget below this widget in the tree.
final inherited
hashCode
→ int
The hash code for this object.
no setter inherited
key
→ Key ?
Controls how one widget replaces another widget in the tree.
final inherited
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
tag
→ Object ?
final inherited
Static Methods
maybeOf <W extends ScopeCore <W , E , D , S > , E extends ScopeElementBase <W , E , D , S > , D extends ScopeDependencies , S extends ScopeCoreState <W , E , D , S > > (BuildContext context )
→ S?
override
of <W extends ScopeCore <W , E , D , S > , E extends ScopeElementBase <W , E , D , S > , D extends ScopeDependencies , S extends ScopeCoreState <W , E , D , S > > (BuildContext context )
→ S
override
paramsOf <W extends ScopeCore <W , E , D , S > , E extends ScopeElementBase <W , E , D , S > , D extends ScopeDependencies , S extends ScopeCoreState <W , E , D , S > > (BuildContext context , {required bool listen })
→ W
override
select <W extends ScopeCore <W , E , D , S > , E extends ScopeElementBase <W , E , D , S > , D extends ScopeDependencies , S extends ScopeCoreState <W , E , D , S > , V extends Object ? > (BuildContext context , V selector (S scope ) )
→ V
override
selectParam <W extends ScopeCore <W , E , D , S > , E extends ScopeElementBase <W , E , D , S > , D extends ScopeDependencies , S extends ScopeCoreState <W , E , D , S > , V extends Object ? > (BuildContext context , V selector (W widget ) )
→ V
override