menu
sghi_core package
documentation
ui_components/src/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});
sghi_core package
documentation
ui_components/src/badge
SILBadge
SILBadge.new const constructor
SILBadge class