currentDateTextStyle property

TextStyle? currentDateTextStyle
final

The text style of the current date.

defaults to TextTheme.titleLarge with a FontWeight.normal and ColorScheme.primary color.

Note:

If currentDate is within the selected range this will be override by selectedCellsTextStyle

Implementation

final TextStyle? currentDateTextStyle;