SearchStickerSets constructor
const
SearchStickerSets({
- required String query,
Searches for ordinary sticker sets by looking for specified query in their title and name. Excludes installed sticker sets from the results
Implementation
const SearchStickerSets({
required this.query,
});