TextView constructor
const
TextView({})
Implementation
const TextView(
{
required this.text,
this.textOverflow = TextOverflow.clip,
this.textAlign = TextAlign.left,
this.onTap,
this.textStyle,
this.textColor,
this.textSize,
this.maxLines,});