timeSelectorSeparatorTextStyle property

MaterialStateProperty<TextStyle?>? timeSelectorSeparatorTextStyle
final

Used to configure the text style for the time selector separator between the hour and minute controls.

If this is null, the time picker defaults to the overall theme's TextTheme.displayLarge.

If this is null and ThemeData.useMaterial3 is false, then defaults to the value of hourMinuteTextStyle.

Implementation

final MaterialStateProperty<TextStyle?>? timeSelectorSeparatorTextStyle;