menu
elbe package
documentation
elbe.dart
Badge
Badge.new const constructor
Badge.new 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.new const constructor
Badge class
Constructors
new
Properties
expanded
(ext)
fitHeight
(ext)
fitWidth
(ext)
flexible
(ext)
hashCode
key
runtimeType
text
type
value
Methods
build
createElement
debugDescribeChildren
debugFillProperties
make
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==