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
-
dispose()
→ void
-
-
draw(Canvas canvas, Size size)
→ void
-
-
keyDown(LogicalKeyboardKey key)
→ void
-
-
keyUp(LogicalKeyboardKey key)
→ void
-
-
mouseMove(int pointerID, double mouseX, double mouseY)
→ void
-
-
mousePressed(int pointerID, int button, double mouseX, double mouseY)
→ void
-
-
mouseReleased(int pointerID)
→ void
-
-
mouseScroll(Offset scrollOffset)
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
preload(UpdateCallback progress, VoidCallback done)
→ Future<void>
-
-
resize(double width, double height)
→ void
-
-
setup(BuildContext context, double width, double height)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(double deltaTime)
→ void
-