StickerBuilder constructor

StickerBuilder({
  1. required String name,
  2. String description = '',
  3. required String tags,
  4. required ImageBuilder file,
})

Implementation

StickerBuilder({required this.name, this.description = '', required this.tags, required this.file});