horizontalLinePaint property Null safety
read / write
Implementation
Paint horizontalLinePaint = Paint()
..color = const Color.fromARGB(25, 0, 0, 0)
..style = PaintingStyle.fill
..strokeWidth = 1.0;
Paint horizontalLinePaint = Paint()
..color = const Color.fromARGB(25, 0, 0, 0)
..style = PaintingStyle.fill
..strokeWidth = 1.0;