DateInfo constructor Null safety
- {int? weekday,
- int? date,
- required SelectType isSelected,
- AnimationController? singleSelectedAniCtrl,
- Animation<
double> ? singleScaleAnimation}
Implementation
DateInfo(
{this.weekday,
this.date,
required this.isSelected,
this.singleSelectedAniCtrl,
this.singleScaleAnimation});