DrawingToolsDialog constructor

const DrawingToolsDialog({
  1. required DrawingTools drawingTools,
  2. required InteractiveLayerController interactiveLayerController,
  3. Key? key,
})

Creates drawing tools dialog.

Implementation

const DrawingToolsDialog({
  required this.drawingTools,
  required this.interactiveLayerController,
  super.key,
});