WhatsAppStickerPage constructor
const
WhatsAppStickerPage({
- Key? key,
- required ProImageEditorConfigs configs,
- required ProImageEditorCallbacks callbacks,
Creates a WhatsAppStickerPage widget.
Implementation
const WhatsAppStickerPage({
super.key,
required this.configs,
required this.callbacks,
});