FdcBadgeValue constructor
Creates a FdcBadgeValue.
Implementation
const FdcBadgeValue({
required this.text,
this.color,
this.icon,
this.textStyle,
});
Creates a FdcBadgeValue.
const FdcBadgeValue({
required this.text,
this.color,
this.icon,
this.textStyle,
});