Screen class
Constructors
Properties
Methods
-
get(
Arguments args) → Widget -
invokeListeners(
ScreenState state, Widget? widget, Arguments args) → void -
listen(
ScreenListener listener) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
ScreenListener listener) → void -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited