todayForegroundColor property

MaterialStateProperty<Color?>? todayForegroundColor
final

Overrides the default color used to paint the DatePickerDialog.currentDate label in the grid of the dialog's CalendarDatePicker and the corresponding year in the dialog's YearPicker.

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

Implementation

final MaterialStateProperty<Color?>? todayForegroundColor;