ClearRecentStickers constructor

const ClearRecentStickers({
  1. required bool isAttached,
})

Clears the list of recently used stickers

Implementation

const ClearRecentStickers({
  required this.isAttached,
});