CustomText constructor
const
CustomText({})
Implementation
const CustomText({
Key? key,
required this.text,
this.textColour,
this.textSize,
this.textAlign,
this.fontWeight,
this.lineHeight,
this.textFontFamily = "NunitoSansRegular",
}) : super(key: key);