TitleText constructor
const
TitleText(
- String text, {
- Key? key,
- Color? color,
- TextAlign? textAlign,
- TextOverflow? overflow,
Implementation
const TitleText(
this.text, {
super.key,
this.color,
this.textAlign,
this.overflow,
});