We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
addToScene
1 parent e37ab48 commit c23b5caCopy full SHA for c23b5ca
packages/flutter/lib/src/rendering/layer.dart
@@ -650,9 +650,6 @@ abstract class Layer extends AbstractNode with DiagnosticableTreeMixin {
650
}
651
652
/// Override this method to upload this layer to the engine.
653
- ///
654
- /// Return the engine layer for retained rendering. When there's no
655
- /// corresponding engine layer, null is returned.
656
@protected
657
void addToScene(ui.SceneBuilder builder);
658
0 commit comments