menu
dutato
presentation/widgets/mastery_badge.dart
MasteryBadge
MasteryBadge.new const constructor
MasteryBadge.new
dark_mode
light_mode
description
MasteryBadge
constructor
const
MasteryBadge
(
{
Key
?
key
,
required
String
mastery
,
bool
compact
=
false
,
})
Implementation
const MasteryBadge({super.key, required this.mastery, this.compact = false});
dutato
mastery_badge
MasteryBadge
MasteryBadge.new const constructor
MasteryBadge class