mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When given a null image, RenderImage should be as small as possible (isntead of being NaNxNaN). Also, plumb ImageFit and ImageRepeat through the various image widgets.