DrawingCanvasImpl class
- Implemented types
Constructors
- DrawingCanvasImpl.new({required int width, required int height})
Properties
Methods
-
clear(
) → void -
override
-
frame(
) → String -
override
-
line(
{required num x0, required num y0, required num x1, required num y1}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
int x, int y) → void -
override
-
toggle(
int x, int y) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
unset(
int x, int y) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited