dialTextStyle property

TextStyle? dialTextStyle
final

The TextStyle for the numbers on the time selection dial.

If dialTextStyle's TextStyle.color 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 style is null then the dial's text style is based on the theme's ThemeData.textTheme.

Implementation

final TextStyle? dialTextStyle;