WhatsAppPaintAppBar constructor
const
WhatsAppPaintAppBar({
- Key? key,
- required bool canUndo,
- required Color activeColor,
- required ProImageEditorConfigs configs,
- required dynamic onClose(),
- required dynamic onDone(),
- required dynamic onTapUndo(),
Creates a WhatsAppPaintAppBar widget.
Implementation
const WhatsAppPaintAppBar({
super.key,
required this.canUndo,
required this.activeColor,
required this.configs,
required this.onClose,
required this.onDone,
required this.onTapUndo,
});