hourMinuteTextStyle property

TextStyle? hourMinuteTextStyle
final

Used to configure the TextStyles for the hour/minute controls.

If this is null and entry mode is TimePickerEntryMode.dial, the time picker defaults to the overall theme's TextTheme.displayLarge with the value of hourMinuteTextColor.

If this is null and entry mode is TimePickerEntryMode.input, the time picker defaults to the overall theme's TextTheme.displayMedium with the value of hourMinuteTextColor.

If this is null and ThemeData.useMaterial3 is false, the time picker defaults to the overall theme's TextTheme.displayMedium.

Implementation

final TextStyle? hourMinuteTextStyle;