RelativeDateTimeController constructor

const RelativeDateTimeController(
  1. DateTime dateTime,
  2. DateTime other
)

Creates a RelativeDateTimeController.

dateTime and other are the dates times that are set relative to each other.

Implementation

const RelativeDateTimeController(this.dateTime, this.other);