AnimatableAlignmentGeometry constructor

AnimatableAlignmentGeometry(
  1. AlignmentGeometry value, {
  2. required AnimatableParameterHost host,
})

Creates an AnimatableParameter that animates changes to an AlignmentGeometry through an AlignmentGeometryTween.

Implementation

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