isInteractive property

bool get isInteractive

Whether any interaction is allowed.

Implementation

bool get isInteractive => canDrag || canSelect || canPan || canZoom;