animationDurationValue property

  1. @TagNumber(11)
FFDoubleValue get animationDurationValue

@doc Duration of the transform animation (ms).

Implementation

@$pb.TagNumber(11)
FFDoubleValue get animationDurationValue => $_getN(10);
  1. @TagNumber(11)
set animationDurationValue (FFDoubleValue value)

Implementation

@$pb.TagNumber(11)
set animationDurationValue(FFDoubleValue value) => $_setField(11, value);