mouseWheelScrolls property

bool mouseWheelScrolls
final

Whether or not the mouse wheel can be used to scroll horizontally. On desktop platforms under a default Flutter configuration, this may be the only way to scroll horizontally unless the user has a trackpad.

Implementation

final bool mouseWheelScrolls;