BadFreeDraw constructor
const
BadFreeDraw({
- Key? key,
- required FreeDrawController controller,
- double? width,
- double? height,
- Color? fill,
Implementation
const BadFreeDraw({
super.key,
required this.controller,
this.width,
this.height,
this.fill,
});