disablePan property

bool? disablePan
final

Disables panning interactions, which are enabled by default using two-finger touch, or dragging with right-click or modifier keys.

<model-viewer> official document: https://modelviewer.dev/docs/#entrydocs-stagingandcameras-attributes-disablePan

Implementation

final bool? disablePan;