dayStyle property

TextStyle? dayStyle
final

Overrides the default text style used for each individual day label in the grid of the date picker.

The TextStyle.color of the dayStyle is not used, dayForegroundColor is used instead.

Implementation

final TextStyle? dayStyle;