thickLine property Null safety

Paint thickLine
latefinal

Implementation

late final Paint thickLine = Paint()
  ..style = PaintingStyle.stroke
  ..strokeWidth = thickLineWidth
  ..strokeJoin = StrokeJoin.round
  ..color = MainScreen.keyFrameSilver;