IconStickerWidget constructor
const
IconStickerWidget({
- Key? key,
- required IconSticker sticker,
- required ValueNotifier<
Color> colorNotifier,
Implementation
const IconStickerWidget({
Key? key,
required this.sticker,
required this.colorNotifier,
}) : super(key: key);