disableTap property
Disables tap-to-recenter behavior (both center-the-tapped-point and reset-view-when-tapping-outside). This attribute has no effect in combination with 'disable-pan', as the tap-to-recenter behavior is part of the panning interactions. It is recommended to create custom re-centering behavior when using 'disable-tap' as after panning and rotating, it is effectively impossible for the user to exactly return to their starting view.
<model-viewer>
official document: https://modelviewer.dev/docs/#entrydocs-stagingandcameras-attributes-disableTap
Implementation
final bool? disableTap;