RoundedLabel constructor
const
RoundedLabel({})
Implementation
const RoundedLabel({
super.key,
required this.labelText,
this.backgroundColor,
this.textColor,
this.fontSize,
this.tooltipText,
});
const RoundedLabel({
super.key,
required this.labelText,
this.backgroundColor,
this.textColor,
this.fontSize,
this.tooltipText,
});