DateRangeEditorNextPrevModel constructor

DateRangeEditorNextPrevModel({
  1. NextPrevCallback? onNext,
  2. NextPrevCallback? onPrev,
})

Implementation

DateRangeEditorNextPrevModel({this.onNext, this.onPrev});