GroundedCropRotateBar constructor
const
GroundedCropRotateBar({
- Key? key,
- required ProImageEditorConfigs configs,
- required ProImageEditorCallbacks callbacks,
- required CropRotateEditorState editor,
- required Color selectedRatioColor,
Constructor for the GroundedCropRotateBar.
Requires configs
, callbacks
, editor
, and selectedRatioColor
.
Implementation
const GroundedCropRotateBar({
super.key,
required this.configs,
required this.callbacks,
required this.editor,
required this.selectedRatioColor,
});