Txt constructor
const
Txt(})
Implementation
const Txt(
this.txt, {
super.key,
this.fontWeight = FontWeight.normal,
this.isBold = false,
this.isItalic = false,
this.isUnderline = false,
this.fontFamily,
this.color,
this.fontSize,
});