RehaculDatePicker constructor

const RehaculDatePicker(
  1. {Key? key,
  2. DateTime? initialDate,
  3. DateTime? firstDate,
  4. DateTime? lastDate}
)

Implementation

const RehaculDatePicker({
  super.key,
  this.initialDate,
  this.firstDate,
  this.lastDate,
});