LinearProgressBarPainter constructor Null safety
Implementation
LinearProgressBarPainter({
required this.value,
required this.maxValue,
this.progressColor = const Color.fromARGB(255, 133, 163, 242),
this.backgroundColor = Colors.transparent,
});