(flutter) set enablePicking to false by default in ThermionGestureDetector
This commit is contained in:
@@ -51,7 +51,7 @@ class ThermionGestureDetector extends StatelessWidget {
|
|||||||
this.child,
|
this.child,
|
||||||
this.showControlOverlay = false,
|
this.showControlOverlay = false,
|
||||||
this.enableCamera = true,
|
this.enableCamera = true,
|
||||||
this.enablePicking = true,
|
this.enablePicking = false,
|
||||||
this.onScaleStart,
|
this.onScaleStart,
|
||||||
this.onScaleUpdate,
|
this.onScaleUpdate,
|
||||||
this.onScaleEnd})
|
this.onScaleEnd})
|
||||||
|
|||||||
Reference in New Issue
Block a user