menu
artisanal package
documentation
widgets.dart
Badge
Badge.new constructor
Badge.new constructor
dark_mode
light_mode
Badge
constructor
Badge
(
String
label
, {
Color
?
background
,
Color
?
foreground
,
EdgeInsets
?
padding
,
Style
?
textStyle
,
Key
?
key
,
})
Implementation
Badge( this.label, { this.background, this.foreground, this.padding, this.textStyle, super.key, });
artisanal package
documentation
widgets
Badge
Badge.new constructor
Badge class