TSelectionDatePickerAnimationWidget constructor
const
TSelectionDatePickerAnimationWidget({
- Key? key,
- required TSelectionDatePickerController controller,
- required Widget view,
- int animationMilliseconds = 100,
Implementation
const TSelectionDatePickerAnimationWidget(
{super.key,
required this.controller,
required this.view,
this.animationMilliseconds = 100});