thinLine property Null safety
latefinal
Implementation
late final Paint thinLine = Paint()
..style = PaintingStyle.stroke
..strokeWidth = thinLineWidth
..color = MainScreen.keyFrameSilver;
late final Paint thinLine = Paint()
..style = PaintingStyle.stroke
..strokeWidth = thinLineWidth
..color = MainScreen.keyFrameSilver;