TWWeekdayRow constructor

const TWWeekdayRow({
  1. Key? key,
  2. Color? color,
  3. double? fontSize,
})

Implementation

const TWWeekdayRow({
  Key? key,
  this.color,
  this.fontSize,
}) : super(key: key);