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,
})

Implementation

const TodayText(
  String this.content, {
  super.key,
  this.style = TodayTextStyle.tdsFontRegular,
  this.color = TodayTextColor.eerieBlack,
  this.rawColor,
  this.textAlign,
  this.overflow,
  this.selectionColor,
});