TSelectionAnimationWidget constructor

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

Implementation

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