alignmentAnimationDurationValue property

  1. @TagNumber(3)
FFDoubleValue get alignmentAnimationDurationValue

@doc Duration of the alignment animation (ms).

Implementation

@$pb.TagNumber(3)
FFDoubleValue get alignmentAnimationDurationValue => $_getN(2);
  1. @TagNumber(3)
set alignmentAnimationDurationValue (FFDoubleValue value)

Implementation

@$pb.TagNumber(3)
set alignmentAnimationDurationValue(FFDoubleValue value) =>
    $_setField(3, value);