flutter_drawing_board library
Classes
- ActionBar
- 操作栏
- DefToolItem
- 默认工具项配置文件
- DrawConfig
- 绘制参数
- DrawingBoard
- 画板
- DrawingController
- 绘制控制器
- RePaintNotifier
- 画布刷新控制器
- ToolsBar
- 工具栏
Typedefs
- ActionBuilder = Widget Function(DrawConfig config)
- 操作栏构建器
-
DefaultToolsBuilder
= List<
DefToolItem> Function(Type currType, DrawingController controller) - 默认工具栏构建器
- ToolsBuilder = Widget Function(Type currType, DrawingController controller)
- 工具栏构建器