enableCustomMouseWheelScrolling property

bool enableCustomMouseWheelScrolling
final

Enables scrolling the view programatically when using mouse wheel This is done using a scroll listener

Useful in cases when using NeverScrollableScrollPhysics on the wrapped scrollable widget

Implementation

final bool enableCustomMouseWheelScrolling;