shouldAllowMouseScroll property
bool
get
shouldAllowMouseScroll
Implementation
bool get shouldAllowMouseScroll =>
(!_thumbDraggingV || !_thumbDraggingH) || kIsWeb;
bool get shouldAllowMouseScroll =>
(!_thumbDraggingV || !_thumbDraggingH) || kIsWeb;