WhatsAppTextAppBar constructor
const
WhatsAppTextAppBar({
- Key? key,
- required ProImageEditorConfigs configs,
- required TextAlign align,
- required dynamic onDone(),
- required dynamic onAlignChange(),
- required dynamic onBackgroundModeChange(),
Creates a WhatsAppTextAppBar widget.
Implementation
const WhatsAppTextAppBar({
super.key,
required this.configs,
required this.align,
required this.onDone,
required this.onAlignChange,
required this.onBackgroundModeChange,
});