menu
magic_canvas package
documentation
shape/abstract_shape.dart
AbstractShape
startRotate method
startRotate method
dark_mode
light_mode
startRotate
method
void
startRotate
(
RotatePoint
rotatePoint
)
Implementation
void startRotate(RotatePoint rotatePoint) { _activeRotatePoint = rotatePoint; _isRotating = true; }
magic_canvas package
documentation
shape/abstract_shape
AbstractShape
startRotate method
AbstractShape class