alignmentAnimationDurationValue property
@doc Duration of the alignment animation (ms).
Implementation
@$pb.TagNumber(3)
FFDoubleValue get alignmentAnimationDurationValue => $_getN(2);
Implementation
@$pb.TagNumber(3)
set alignmentAnimationDurationValue(FFDoubleValue value) =>
$_setField(3, value);