ToolsBar constructor

const ToolsBar({
  1. Key? key,
  2. required DrawingController controller,
  3. bool shouldRebuild(
    1. DrawConfig,
    2. DrawConfig
    )?,
  4. required ToolsBuilder builder,
})

Implementation

const ToolsBar({
  super.key,
  required this.controller,
  this.shouldRebuild,
  required this.builder,
});