clearPlayground method

void clearPlayground()

Clear playground

Implementation

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