TextComponent constructor
const
TextComponent(
- String data, {
- Key? key,
- Unit? fontSize,
- TextAlign? align,
- EdgeInsets? margin,
- Unit? maxWidth,
- FontWeight? fontWeight,
- Color? color,
Implementation
const TextComponent(this.data,
{super.key,
this.fontSize,
this.align,
this.margin,
this.maxWidth,
this.fontWeight,
this.color});