DayHeaders constructor

const DayHeaders({
  1. TextStyle? daysHeaderTexStyle,
  2. Key? key,
})

Implementation

const DayHeaders({
  this.daysHeaderTexStyle,
  Key? key,
}) : super(key: key);