DateInfo constructor

DateInfo({
  1. int? weekday,
  2. int? date,
  3. required SelectType isSelected,
  4. AnimationController? singleSelectedAniCtrl,
  5. Animation<double>? singleScaleAnimation,
})

Implementation

DateInfo(
    {this.weekday,
    this.date,
    required this.isSelected,
    this.singleSelectedAniCtrl,
    this.singleScaleAnimation});