timeChange property

  1. @Output()
Stream<DateTime?> get timeChange

Publishes events when the selected time changes.

Date is set to epoch(1970-1-1) and time set to time

Implementation

@Output()
Stream<DateTime?> get timeChange => _timeChangeController.stream;