CropDesktopInteractionManager class

A manager class responsible for handling desktop interactions in the crop-rotate editor.

The DesktopInteractionManager class provides methods for responding to keyboard and mouse events on desktop platforms.

Constructors

CropDesktopInteractionManager({required BuildContext context})

Properties

context BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onKey(KeyEvent event, {required dynamic onTranslate(Offset), required dynamic onScale(double), required dynamic onUndoRedo(bool), required dynamic onFlip(), required dynamic onRotate()}) bool
Handles keyboard events.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited