dialTextColor property

Color? dialTextColor
final

The color of the dial text that represents specific hours and minutes.

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

If this color is null then the dial's text colors are based on the theme's ThemeData.colorScheme.

Implementation

final Color? dialTextColor;