lindi_gesture_detector library

Classes

LindiGestureDetector
LindiGestureDetector for handling scaling, rotating, and translating the widget.
LindiGestureDetectorState
ValueUpdater<T>

Functions

getFocalPoint(GlobalKey<State<StatefulWidget>> widgetKey) Offset

Typedefs

LindiGestureDetectorCallback = void Function(double scale, Matrix4 matrix)
Define a callback type for LindiGestureDetector updates.
OnUpdate<T> = T Function(T oldValue, T newValue)