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