WidgetRef class

A reference scoped to the widget passed from ScopedWidget.build or Scoped.builder.

RefHasApp, RefHasPage and RefHasWidget are implemented to manage state for the scopes app, page and widget.

ScopedWidget.buildScoped.builderから渡されるウィジェットにスコープしたリファレンス。

RefHasAppRefHasPageRefHasWidgetを実装しておりapppagewidgetのスコープに対して状態を管理できます。

Implemented types
Implementers
Available Extensions
Annotations

Properties

app AppScopedValueRef
Ref in the application scope.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
page PageScopedValueRef
Ref in the page scope.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widget WidgetScopedValueRef
Ref in the widget scope.
no setteroverride

Methods

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