AnimatableBoxConstraints constructor

AnimatableBoxConstraints(
  1. BoxConstraints value, {
  2. required AnimatableParameterHost host,
})

Creates an AnimatableParameter that animates changes to a BoxConstraints through a BoxConstraintsTween.

Implementation

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