OptionalAnimatableRect constructor

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

Creates a version of AnimatableRect for optional parameters.

Implementation

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