NiceXPBar constructor
const
NiceXPBar({})
Implementation
const NiceXPBar({
super.key,
required this.currentXp,
required this.xpForNextLevel,
this.level = 1,
this.previousXp,
this.showLevelBadge = true,
this.showNumbers = true,
this.label = 'Experience',
this.height = 18,
this.animateOnMount = true,
this.onLevelUp,
});