AnimatableRect constructor
AnimatableRect(
- Rect value, {
- required AnimatableParameterHost host,
Creates an AnimatableParameter that animates changes to a Rect through a RectTween.
Implementation
AnimatableRect(super.value, {required super.host});