rotateStart method

  1. @override
Future rotateStart(
  1. double x,
  2. double y
)
override

Called by FilamentGestureDetector. You probably don't want to call this yourself.

Implementation

@override
Future rotateStart(double x, double y) {
  // TODO: implement rotateStart
  throw UnimplementedError();
}