FreehandItem constructor
const
FreehandItem({})
Implementation
const FreehandItem({
required this.worldPoints,
this.color = const Color(0xFF1F2937),
this.strokeWidth = 2.5,
this.cap = StrokeCap.round,
this.isEraser = false,
this.baseScale = 1.0,
});