StickerView constructor

const StickerView({
  1. List<Sticker>? stickerList,
  2. double? height,
  3. double? width,
})

Implementation

const StickerView({this.stickerList, this.height, this.width});