mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
The lerp method for IconThemeData was not doing anything to prevent exceptions when null arguments are used. This change fixes that and adds a test for it.