wheelNone property
EnumValue
get
wheelNone
This value for #mouseWheelBehavior indicates that the mouse wheel events are ignored, although scrolling or zooming by other means may still be allowed.
Implementation
static _i3.EnumValue get wheelNone => _i4.getProperty(
_declaredToolManager,
'WheelNone',
);
set
wheelNone
(EnumValue value)
Implementation
static set wheelNone(_i3.EnumValue value) {
_i4.setProperty(
_declaredToolManager,
'WheelNone',
value,
);
}