TodayText constructor
const
TodayText(
- String content, {
- Key? key,
- TodayTextStyle? style = TodayTextStyle.tdsFontRegular,
- TodayTextColor? color = TodayTextColor.eerieBlack,
- Color? rawColor,
- TextAlign? textAlign,
- TextOverflow? overflow,
- Color? selectionColor,
Implementation
const TodayText(
String this.content, {
super.key,
this.style = TodayTextStyle.tdsFontRegular,
this.color = TodayTextColor.eerieBlack,
this.rawColor,
this.textAlign,
this.overflow,
this.selectionColor,
});