GroundedBlurBar constructor
const
GroundedBlurBar({
- Key? key,
- required ProImageEditorConfigs configs,
- required ProImageEditorCallbacks callbacks,
- required BlurEditorState editor,
Constructor for the GroundedBlurBar.
Requires the configs
, callbacks
, and editor
parameters.
Implementation
const GroundedBlurBar({
super.key,
required this.configs,
required this.callbacks,
required this.editor,
});