PlexBadge constructor
const
PlexBadge({
- Key? key,
- required String label,
- PlexBadgeTone tone = PlexBadgeTone.neutral,
- PlexBadgeAppearance appearance = PlexBadgeAppearance.soft,
- bool dot = false,
- bool square = false,
Implementation
const PlexBadge({
super.key,
required this.label,
this.tone = PlexBadgeTone.neutral,
this.appearance = PlexBadgeAppearance.soft,
this.dot = false,
this.square = false,
});