createGizmo abstract method

Future<GizmoAsset> createGizmo(
  1. covariant View view,
  2. T animationManager,
  3. GizmoType type
)

Implementation

Future<GizmoAsset> createGizmo(
    covariant View view, T animationManager, GizmoType type);