StickableSticker constructor
const
StickableSticker({})
Implementation
const StickableSticker({
Key? key,
required this.child,
this.delayShowing,
this.position,
this.draggable = false,
this.height,
this.width,
}) : super(key: key);