pskink / matrix_gesture_detector

A gesture detector mapping translation/rotation/scale gestures to a Matrix4 object.
Other
134 stars 101 forks source link

feat: add beahvior to GestureDetector #30

Closed olerich closed 2 years ago

olerich commented 2 years ago

Hi, thanks for the great library.

I added behavior to be passed to the GestureDetector. This allows to create larger hit targets with invisible padding by setting HitTestBehavior.opaque.

See https://api.flutter.dev/flutter/widgets/GestureDetector/behavior.html for reference.