dayButtonTextStyle property

TextStyle? dayButtonTextStyle
final

The text style of the day button, defaults to

textTheme.small.copyWith(
  fontWeight: FontWeight.normal,
  color: colorScheme.foreground,
)

Implementation

final TextStyle? dayButtonTextStyle;