SearchInstalledStickerSets constructor

const SearchInstalledStickerSets({
  1. required StickerType stickerType,
  2. required String query,
  3. required int limit,
})

Searches for installed sticker sets by looking for specified query in their title and name

Implementation

const SearchInstalledStickerSets({
  required this.stickerType,
  required this.query,
  required this.limit,
});