unselectSticker method

void unselectSticker()

Implementation

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