ToolsBuilder typedef

ToolsBuilder = Widget Function(Type currType, DrawingController controller)

工具栏构建器

Implementation

typedef ToolsBuilder = Widget Function(
    Type currType, DrawingController controller);