thinLine property Null safety

Paint thinLine
latefinal

Implementation

late final Paint thinLine = Paint()
  ..style = PaintingStyle.stroke
  ..strokeWidth = thinLineWidth
  ..color = MainScreen.keyFrameSilver;