AutoText constructor
const
AutoText(})
Creates an AutoText
widget.
The text
parameter must not be null.
Implementation
const AutoText(this.text,
{super.key,
this.style,
this.textAlign = TextAlign.start,
this.maxLines = 100,
this.overflow = TextOverflow.ellipsis,
this.fontSize = 16,
this.fontFamily = "Roboto",
this.textColor});