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