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