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 56d3da3 commit 1c35cc6Copy full SHA for 1c35cc6
lib/ui/painting.dart
@@ -4689,7 +4689,7 @@ class Picture extends NativeFieldWrapperClass2 {
4689
);
4690
}
4691
4692
- String _toImage(int width, int height, _Callback<_Image> callback) native 'Picture_toImage';
+ String? _toImage(int width, int height, _Callback<_Image> callback) native 'Picture_toImage';
4693
4694
/// Release the resources used by this object. The object is no longer usable
4695
/// after this method is called.
0 commit comments