createGizmo abstract method

Future<Gizmo> createGizmo(
  1. covariant View view
)

The gizmo for translating/rotating objects. Only one gizmo can be active for a given view.

Implementation

Future<Gizmo> createGizmo(covariant View view);