AnimatableRect constructor

AnimatableRect(
  1. Rect value, {
  2. required AnimatableParameterHost host,
})

Creates an AnimatableParameter that animates changes to a Rect through a RectTween.

Implementation

AnimatableRect(super.value, {required super.host});