DrawingCanvas class

Constructors

DrawingCanvas(int width, int height)

Properties

content List<int>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
final

Methods

clear() → void
frame([String delimiter = '\n']) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(int x, int y) → void
toggle(int x, int y) → void
toString() String
A string representation of this object.
inherited
unset(int x, int y) → void

Operators

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