RemoveRecentSticker constructor

const RemoveRecentSticker({
  1. required bool isAttached,
  2. required InputFile sticker,
})

Removes a sticker from the list of recently used stickers

Implementation

const RemoveRecentSticker({
  required this.isAttached,
  required this.sticker,
});