HareDateRow constructor
HareDateRow({})
Implementation
HareDateRow({required this.title, this.date, required this.fromDate, required this.toDate, this.onChange}) : super();
HareDateRow({required this.title, this.date, required this.fromDate, required this.toDate, this.onChange}) : super();