menu
shared_ui_components package
documentation
badge.dart
SILBadge
SILBadge.new const constructor
SILBadge.new const constructor
dark_mode
light_mode
SILBadge
constructor
const
SILBadge
(
{
required
String
text
,
BadgeType
type
=
BadgeType.info
,
})
Implementation
const SILBadge({required this.text, this.type = BadgeType.info});
shared_ui_components package
documentation
badge
SILBadge
SILBadge.new const constructor
SILBadge class