WhatsAppDoneBtn constructor
const
WhatsAppDoneBtn({
- Key? key,
- required ProImageEditorConfigs configs,
- required Color foregroundColor,
- required dynamic onPressed(),
Constructs a WhatsAppDoneBtn widget with the specified parameters.
Implementation
const WhatsAppDoneBtn({
super.key,
required this.configs,
required this.foregroundColor,
required this.onPressed,
});