currentDateTextStyle property

TextStyle? currentDateTextStyle
final

The text style of the current date.

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

Implementation

final TextStyle? currentDateTextStyle;