Txt constructor
const
Txt(})
Implementation
const Txt(
this.text, {
super.key,
this.style = TxtStyle.bodyNormal,
this.color,
this.overflow = TextOverflow.ellipsis,
this.width,
this.height,
this.maxLines,
this.letterSpacing = 0,
this.textAlign,
});