dialHandColor property

Color? dialHandColor
final

The color of the time picker dial's hand when the entry mode is TimePickerEntryMode.dial or TimePickerEntryMode.dialOnly.

If this is null, the time picker defaults to the overall theme's ColorScheme.primary.

Implementation

final Color? dialHandColor;