CustomTextMz constructor
CustomTextMz({})
Implementation
CustomTextMz({
super.key,
this.googlefont,
this.color,
required this.text,
this.size,
this.letterspace,
this.weight,
this.family,
this.textalign,
this.maxline
});