SundayMaterialText constructor
const
SundayMaterialText({})
Creates a SundayMaterialText.
The text
parameter must not be null.
Implementation
const SundayMaterialText({
super.key,
required this.text,
this.style,
this.textAlign,
this.overflow,
this.maxLines,
this.textScaleFactor,
Color? textColor,
});