MyCustomText constructor
const
MyCustomText(})
Implementation
const MyCustomText(this.text, this.textColor,
{Key? key,
this.size = 14.0,
this.weight,
this.grayLevel = 1,
this.maxLines = 1,
this.alignCenter = false,
this.fontFamily})
: super(key: key);