Label constructor
const
Label(})
Implementation
const Label(
this.text, {
super.key,
this.bold = false,
this.italic = false,
this.gray = false,
this.align,
this.maxLines,
this.overflow,
});
const Label(
this.text, {
super.key,
this.bold = false,
this.italic = false,
this.gray = false,
this.align,
this.maxLines,
this.overflow,
});