menu
quantum_dots package
documentation
qds_badge.dart
TextBadge
TextBadge.new constructor
TextBadge.new constructor
dark_mode
light_mode
TextBadge
constructor
TextBadge
(
{
required
String
text
,
Color
bgColor
=
wippyPink500
,
Color
textColor
=
wippyWhite
,
})
Implementation
TextBadge({ required this.text, this.bgColor = wippyPink500, this.textColor = wippyWhite, });
quantum_dots package
documentation
qds_badge
TextBadge
TextBadge.new constructor
TextBadge class