AppText constructor
const
AppText(})
Implementation
const AppText(this.text,
{super.key,
required this.style,
this.alignment = Alignment.centerLeft,
this.softWrap = false,
this.maxLines,
this.overflow});