GroundedTextBar constructor
const
GroundedTextBar({
- Key? key,
- required ProImageEditorConfigs configs,
- required ProImageEditorCallbacks callbacks,
- required TextEditorState editor,
- required String i18nColor,
- required dynamic showColorPicker(
- Color currentColor
Constructor for the GroundedTextBar.
Requires configs
, callbacks
, editor
, i18nColor
, and
showColorPicker
parameters.
Implementation
const GroundedTextBar({
super.key,
required this.configs,
required this.callbacks,
required this.editor,
required this.i18nColor,
required this.showColorPicker,
});