HoldScrollActivity constructor
Creates a scroll activity that does nothing.
Implementation
HoldScrollActivity({
@required ScrollActivityDelegate delegate,
this.onHoldCanceled,
}) : super(delegate);
Creates a scroll activity that does nothing.
HoldScrollActivity({
@required ScrollActivityDelegate delegate,
this.onHoldCanceled,
}) : super(delegate);