menu
dutato
presentation/widgets/xp_bar.dart
XpBar
XpBar.new const constructor
XpBar.new
dark_mode
light_mode
description
XpBar
constructor
const
XpBar
(
{
required
UserXp
?
xp
,
bool
compact
=
false
,
Key
?
key
,
})
Implementation
const XpBar({required this.xp, this.compact = false, super.key});
dutato
xp_bar
XpBar
XpBar.new const constructor
XpBar class