TodayText constructor

const TodayText(
  1. String content, {
  2. Key? key,
  3. TodayTextStyle? style = TodayTextStyle.tdsFontRegular,
  4. TodayTextColor? color = TodayTextColor.eerieBlack,
  5. Color? rawColor,
  6. TextAlign? textAlign,
  7. TextOverflow? overflow,
  8. Color? selectionColor,
  9. TextDecoration? decoration,
  10. TextDecorationStyle? decorationStyle,
  11. 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,
});