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