clearPlayground method
void
clearPlayground()
Implementation
void clearPlayground() {
stickerController.clearStickers();
value = value.copyWith(hasStickers: false);
}
void clearPlayground() {
stickerController.clearStickers();
value = value.copyWith(hasStickers: false);
}