SelectDateView constructor Null safety
Implementation
SelectDateView({
Key? key,
this.cnt = 0,
required this.selectedDate,
required this.onPressPrevDate,
required this.onPressNextDate,
required this.onPressCalendar,
}) : super(key: key);