Bindings class
The Bindings class provides helper methods for interacting with
WidgetsBinding
.
This class is used for scheduling callbacks to be executed after the UI has been rendered in the current frame cycle.
Constructors
- Bindings()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
onRendered(
Function callback) → void -
Schedules the
callback
to be executed after the current UI frame has been rendered.