Fix addToScene documentation (#113987)

This commit is contained in:
fzyzcjy 2022-11-02 06:18:52 +08:00 committed by GitHub
parent e37ab48bca
commit c23b5ca7db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -650,9 +650,6 @@ abstract class Layer extends AbstractNode with DiagnosticableTreeMixin {
}
/// Override this method to upload this layer to the engine.
///
/// Return the engine layer for retained rendering. When there's no
/// corresponding engine layer, null is returned.
@protected
void addToScene(ui.SceneBuilder builder);