AppText constructor
const
AppText({})
Implementation
const AppText(
{super.key,
required this.title,
this.color,
this.isGoogleFont = false,
this.fontSize = 14,
this.fontFamily,
this.textAlign = TextAlign.center,
this.textDecoration,
this.fontWeight = FontWeight.w400, this.maxLines = 1, this.height });