SketchEnvironment mixin

Superclass Constraints
Mixin Applications

Properties

frameCount int
no setter
frameRate int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
no setter

Methods

background({required Color color}) → void
inherited
clear() → void
inherited
fill({required Color color}) → void
inherited
noFill() → void
inherited
noStroke() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
size({required int width, required int height}) → void
stroke({required Color color}) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited