currentSketch property
Sketch
get
currentSketch
The state of the sketch at this moment.
If you want to store it somewhere you can call .toJson() on it to
receive a map.
Implementation
Sketch get currentSketch => value.sketch;