UpshotLabeledGlobalKey class
- Inheritance
-
- Object
- Key
- GlobalKey<
State< StatefulWidget> > - LabeledGlobalKey<
State< StatefulWidget> > - UpshotLabeledGlobalKey
Constructors
- UpshotLabeledGlobalKey(String _value)
Properties
- currentContext → BuildContext?
-
The build context in which the widget with this key builds.
no setterinherited
-
currentState
→ State<
StatefulWidget> ? -
The State for the widget in the tree that currently has this global key.
no setterinherited
- currentWidget → Widget?
-
The widget in the tree that currently has this global key.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
no setter
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