DrawingPadCanvas constructor
const
DrawingPadCanvas({
- Key? key,
- Map<
StampType, PictureInfo> stamps = const {}, - dynamic onDrawingStrokeChanged()?,
- required DrawingPadController controller,
Implementation
const DrawingPadCanvas({
super.key,
this.stamps = const {},
this.onDrawingStrokeChanged,
required this.controller,
});