dayForegroundColor property

MaterialStateProperty<Color?>? dayForegroundColor
final

Overrides the default color used to paint the day labels in the grid of the date picker.

This will be used instead of the color provided in dayStyle.

Implementation

final MaterialStateProperty<Color?>? dayForegroundColor;