unselectSticker method

void unselectSticker()

PhotoTapped

Implementation

void unselectSticker() {
  value = value.copyWith(selectedAssetId: emptyAssetId);
}