DayHeaderStyle constructor

const DayHeaderStyle({
  1. TextStyle? textStyle,
  2. BoxDecoration? decoration,
})

Creates styles for the day headers in date pickers.

See also:

Implementation

const DayHeaderStyle({this.textStyle, this.decoration});