OptionalAnimatableSize constructor

OptionalAnimatableSize(
  1. Size? value, {
  2. required AnimatableParameterHost host,
})

Creates a version of AnimatableSize for optional parameters.

Implementation

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