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.
1 parent 727a928 commit 326157eCopy full SHA for 326157e
lib/ui/compositing.dart
@@ -37,7 +37,7 @@ class Scene extends NativeFieldWrapperClass2 {
37
);
38
}
39
40
- String _toImage(int width, int height, _Callback<_Image> callback) native 'Scene_toImage';
+ String? _toImage(int width, int height, _Callback<_Image> callback) native 'Scene_toImage';
41
42
/// Releases the resources used by this scene.
43
///
0 commit comments