dotPaintFill property
Implementation
final dotPaintFill = Paint()
..strokeWidth = 1.0
..style = PaintingStyle.fill
..color = Colors.blueGrey[100]!;
final dotPaintFill = Paint()
..strokeWidth = 1.0
..style = PaintingStyle.fill
..color = Colors.blueGrey[100]!;