BoardPainter constructor
BoardPainter({
- List<
AbstractShape> ? children, - Color? background,
- bool hideGrid = false,
Implementation
BoardPainter({this.children, this.background, this.hideGrid = false});