selectedDayButtonTextStyle property
The text style of the selected day button, defaults to
textTheme.small.copyWith(
fontWeight: FontWeight.normal,
color: colorScheme.primaryForeground,
)
Implementation
final TextStyle? selectedDayButtonTextStyle;