selectedColor property

Color? selectedColor
final

The color for descendant MaterialWeekdayButton widgets' Text widgets if the day is selected.

The Text widget by default contains the shortened version of the day.

Implementation

final Color? selectedColor;