mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
SceneBuilder.addPicture() is implemented in C++, and if `picture` is null, it will seg-fault. This catches the problem before that happens.
SceneBuilder.addPicture() is implemented in C++, and if `picture` is null, it will seg-fault. This catches the problem before that happens.