BoardPainter constructor

BoardPainter({
  1. List<AbstractShape>? children,
  2. Color? background,
  3. bool hideGrid = false,
})

Implementation

BoardPainter({this.children, this.background, this.hideGrid = false});