isInteractive property
bool
get
isInteractive
Whether any interaction is allowed.
Implementation
bool get isInteractive => canDrag || canSelect || canPan || canZoom;
Whether any interaction is allowed.
bool get isInteractive => canDrag || canSelect || canPan || canZoom;