ScribbleSketch constructor
const
ScribbleSketch({})
A widget for displaying a scribble sketch without any input functionalities.
The sketch is expected to not have any active line, i.e. all lines are considered finished, the sketch is complete.
Implementation
const ScribbleSketch({
required this.sketch,
this.scaleFactor = 1,
this.simulatePressure = true,
super.key,
});