SceneViewInteractiveV2 constructor
const
SceneViewInteractiveV2({
- required SceneControllerInteractiveV2 controller,
- ImageResolverV2? imageResolver,
- SceneStaticLayerCacheV2? staticLayerCache,
- SceneTextLayoutCacheV2? textLayoutCache,
- SceneStrokePathCacheV2? strokePathCache,
- ScenePathMetricsCacheV2? pathMetricsCache,
- Color selectionColor = const Color(0xFF1565C0),
- double selectionStrokeWidth = 1,
- double gridStrokeWidth = 1,
- 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,
});