ALText constructor
ALText({})
Implementation
ALText({
required this.sTextToDisplay,
required this.dTextSize,
required this.bMakeBold,
required this.colorOfText,
this.maxLines = 1,
this.textAlign = TextAlign.start,
});