WhatsAppStickerPage constructor

const WhatsAppStickerPage({
  1. Key? key,
  2. required ProImageEditorConfigs configs,
})

Implementation

const WhatsAppStickerPage({
  super.key,
  required this.configs,
});