MasteryRing constructor
Implementation
const MasteryRing({
super.key,
required this.level,
this.size = 44,
this.strokeWidth = 3,
this.inProgress = false,
this.label,
}) : assert(level >= 0 && level <= 5);
const MasteryRing({
super.key,
required this.level,
this.size = 44,
this.strokeWidth = 3,
this.inProgress = false,
this.label,
}) : assert(level >= 0 && level <= 5);