showTimeSeparator property

bool showTimeSeparator
final

Whether to show the time separator between hour and minute in the time CupertinoDatePickerMode.time and datetime CupertinoDatePickerMode.dateAndTime picker modes.

Throws an error if set to true in CupertinoDatePickerMode.date and CupertinoDatePickerMode.monthYear mode.

Defaults to false.

Implementation

final bool showTimeSeparator;