ScrollsToTopEvent constructor

ScrollsToTopEvent(
  1. double to, {
  2. required Duration duration,
  3. required Curve curve,
})

Create new event from ScrollController.animateTo arguments

Implementation

ScrollsToTopEvent(
  this.to, {
  required this.duration,
  required this.curve,
});