layers property Null safety
Returns a list of all the Layer
objects in the rendering.
Implementation
List<Layer> get layers => _walkLayers(binding.renderView.debugLayer!).toList();
Returns a list of all the Layer
objects in the rendering.
List<Layer> get layers => _walkLayers(binding.renderView.debugLayer!).toList();