- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- ProxyWidget
- InheritedWidget
- ScopeInheritedWidget
- ScopeWidgetCore<W, _LiteScopeElement<W, S>>
- ScopeModelCore<W, _LiteScopeElement<W, S>, AsyncScopeModel>
- AsyncScopeCore<W, _LiteScopeElement<W, S>>
- LiteScopeCore<W, _LiteScopeElement<W, S>, S>
- LiteScope
Methods
-
buildOnClosing(BuildContext context)
→ Widget?
-
-
buildOnError(BuildContext context, Object error, StackTrace stackTrace, Object? progress)
→ Widget
-
-
buildOnInitializing(BuildContext context, Object? progress)
→ Widget
-
-
buildOnWaiting(BuildContext context)
→ Widget?
-
-
createElement()
→ InheritedElement
-
Inflates this configuration to a concrete instance.
inherited
-
createScopeElement()
→ _LiteScopeElement<W, S>
-
override
-
createState()
→ S
-
-
debugDescribeChildren()
→ List<DiagnosticsNode>
-
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(DiagnosticPropertiesBuilder properties)
→ void
-
Add additional properties associated with the node.
inherited
-
init()
→ Stream<AsyncScopeInitState>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style})
→ DiagnosticsNode
-
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString({DiagnosticLevel minLevel = DiagnosticLevel.info})
→ String
-
A string representation of this object.
inherited
-
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65})
→ String
-
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug})
→ String
-
Returns a one-line detailed description of the object.
inherited
-
toStringShort({bool showHashCode = false})
→ String
-
A short, textual description of this widget.
inherited
-
updateShouldNotify(covariant ScopeWidgetCore<W, _LiteScopeElement<W, S>> oldWidget)
→ bool
-
Whether the framework should notify widgets that inherit from this widget.
inherited
-
wrapState(BuildContext context, Widget child)
→ Widget
-
Wraps state.
Static Methods
-
maybeOf<W extends LiteScope<W, S>, S extends LiteScopeState<W, S>>(BuildContext context)
→ S?
-
override
-
of<W extends LiteScope<W, S>, S extends LiteScopeState<W, S>>(BuildContext context)
→ S
-
override
-
paramsOf<W extends LiteScope<W, S>, S extends LiteScopeState<W, S>>(BuildContext context, {required bool listen})
→ W
-
override
-
select<W extends LiteScope<W, S>, S extends LiteScopeState<W, S>, V extends Object?>(BuildContext context, V selector(S scope))
→ V
-
override
-
selectParam<W extends LiteScope<W, S>, S extends LiteScopeState<W, S>, V extends Object?>(BuildContext context, V selector(W widget))
→ V
-
override