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