GroundedMainBar constructor
const
GroundedMainBar({
- Key? key,
- required ProImageEditorConfigs configs,
- required ProImageEditorCallbacks callbacks,
- required ProImageEditorState editor,
Constructor for the GroundedMainBar.
Requires configs
, callbacks
, and editor
to manage the state of the
image editor.
Implementation
const GroundedMainBar({
super.key,
required this.configs,
required this.callbacks,
required this.editor,
});