showSeconds property

bool showSeconds
final

Determines whether the time picker includes seconds in the selection interface, of type bool, defaulting to false. Set to true for precise timing requirements like alarms or logs; false suits general use cases such as event scheduling. This field affects the granularity of input in the TimePicker and subsequent DateTime storage via the provider.

Implementation

final bool showSeconds;