Text constructor
Text(})
Implementation
Text(
this.data, {
Key? key,
this.fontSize,
this.color,
this.fontWeight,
this.textAlign,
this.maxLines,
this.overflow,
this.letterSpacing,
this.height,
this.fontFamily,
this.decoration,
this.decorationColor,
}) : super(key: key);