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