MaterialTimePickerComponent constructor

MaterialTimePickerComponent(
  1. @Inject(datepickerClock) Clock _clock
)

Implementation

MaterialTimePickerComponent(@Inject(datepickerClock) this._clock) {
  timeOptions =
      TimeSelectionOptions(_generateTimeOptions(_increment, utc: _utc));
}