TSelectionDatePickerAnimationWidget constructor

const TSelectionDatePickerAnimationWidget({
  1. Key? key,
  2. required TSelectionDatePickerController controller,
  3. required Widget view,
  4. int animationMilliseconds = 100,
})

Implementation

const TSelectionDatePickerAnimationWidget(
    {super.key,
    required this.controller,
    required this.view,
    this.animationMilliseconds = 100});