- It'd be nice to have `AnimationStyle.merge` (similar to [**TextStyle.merge**](https://main-api.flutter.dev/flutter/painting/TextStyle/merge.html)) - It'd also be nice if the `.lerp()` method was more than just a binary switch, since maybe someone would want to animate the animation style! - Since it's an immutable configuration class, a `const` constructor would be nice to have as well.
AnimationStyle.merge(similar to TextStyle.merge).lerp()method was more than just a binary switch, since maybe someone would want to animate the animation style!constconstructor would be nice to have as well.