OptionalAnimatableBoxConstraints constructor

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

Creates a version of AnimatableBoxConstraints for optional parameters.

Implementation

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