menu
elbe package
documentation
elbe.dart
Badge
Badge const constructor
Badge const constructor
dark_mode
light_mode
Badge
constructor
const
Badge
(
{
Key
?
key
,
int
?
value
,
String
?
text
,
AlertType
type
=
AlertType.info
,
})
Implementation
const Badge({super.key, this.value, this.text, this.type = AlertType.info});
elbe package
documentation
elbe
Badge
Badge const constructor
Badge class