hourMinuteTextColor property

Color? hourMinuteTextColor
final

The color of the header text that represents hours and minutes.

If hourMinuteTextColor is a MaterialStateColor, then the effective text color can depend on the MaterialState.selected state, i.e. if the text is selected or not.

By default the overall theme's ColorScheme.primary color is used when the text is selected and ColorScheme.onSurface when it's not selected.

Implementation

final Color? hourMinuteTextColor;