IconStickerWidget constructor

const IconStickerWidget({
  1. Key? key,
  2. required IconSticker sticker,
  3. required ValueNotifier<Color> colorNotifier,
})

Implementation

const IconStickerWidget({
  Key? key,
  required this.sticker,
  required this.colorNotifier,
}) : super(key: key);