SceneViewInteractiveV2 constructor

const SceneViewInteractiveV2({
  1. required SceneControllerInteractiveV2 controller,
  2. ImageResolverV2? imageResolver,
  3. SceneStaticLayerCacheV2? staticLayerCache,
  4. SceneTextLayoutCacheV2? textLayoutCache,
  5. SceneStrokePathCacheV2? strokePathCache,
  6. ScenePathMetricsCacheV2? pathMetricsCache,
  7. Color selectionColor = const Color(0xFF1565C0),
  8. double selectionStrokeWidth = 1,
  9. double gridStrokeWidth = 1,
  10. Key? key,
})

Implementation

const SceneViewInteractiveV2({
  required this.controller,
  this.imageResolver,
  this.staticLayerCache,
  this.textLayoutCache,
  this.strokePathCache,
  this.pathMetricsCache,
  this.selectionColor = const Color(0xFF1565C0),
  this.selectionStrokeWidth = 1,
  this.gridStrokeWidth = 1,
  super.key,
});