SearchInstalledStickerSets constructor
const
SearchInstalledStickerSets({
- required StickerType stickerType,
- required String query,
- 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,
});