menu
tuikit_atomic_x package
documentation
base_component/basic_controls/badge.dart
Badge
Badge.new const constructor
Badge.new const constructor
dark_mode
light_mode
Badge
constructor
const
Badge
(
{
Key
?
key
,
String
?
text
,
BadgeType
type
=
BadgeType.text
,
})
Implementation
const Badge({ super.key, this.text, this.type = BadgeType.text, });
tuikit_atomic_x package
documentation
base_component/basic_controls/badge
Badge
Badge.new const constructor
Badge class