SundayText constructor
const
SundayText(})
Creates a SundayText widget.
The data
parameter is the text to display, and style
is required.
Implementation
const SundayText(
this.data, {
super.key,
required this.style,
this.textStyle,
this.textAlign,
this.overflow,
this.maxLines,
this.textScaleFactor,
this.textColor,
});