menu
artisanal package
documentation
uv.dart
Compositor
getLayer method
getLayer method
dark_mode
light_mode
getLayer
method
Layer
?
getLayer
(
String
id
)
Returns the layer with
id
, if any.
Implementation
Layer? getLayer(String id) => _index[id];
artisanal package
documentation
uv
Compositor
getLayer method
Compositor class