SingleGradeBar constructor Null safety
- {required double grade,
 - required Color color,
 - Key? key}
 
Implementation
const SingleGradeBar({required this.grade, required this.color, Key? key})
    : super(key: key);
const SingleGradeBar({required this.grade, required this.color, Key? key})
    : super(key: key);