StickerSetInfo constructor
const
StickerSetInfo({
- required int id,
- required String title,
- required String name,
- Thumbnail? thumbnail,
- required List<
ClosedVectorPath> thumbnailOutline, - required bool isInstalled,
- required bool isArchived,
- required bool isOfficial,
- required StickerFormat stickerFormat,
- required StickerType stickerType,
- required bool isViewed,
- required int size,
- required List<
Sticker> covers,
Represents short information about a sticker set
Implementation
const StickerSetInfo({
required this.id,
required this.title,
required this.name,
this.thumbnail,
required this.thumbnailOutline,
required this.isInstalled,
required this.isArchived,
required this.isOfficial,
required this.stickerFormat,
required this.stickerType,
required this.isViewed,
required this.size,
required this.covers,
});