DrawImage constructor
DrawImage({})
Constructor for the canvas
Implementation
DrawImage({
required Controller controller,
this.image,
this.isSignature = false,
this.backgroundColor,
}) : super(repaint: controller) {
_controller = controller;
}