StickerView constructor
StickerView(})
Default constructor for the StickerView.
Implementation
StickerView(this.image,
{Key? key,
required this.width,
required this.height,
this.top = 0.0,
this.left = 0.0,
this.currentScale = 1.0,
this.isFocus = false,
this.onTapRemove})
: super(key: key);