paddingAnimationDurationValue property

  1. @TagNumber(3)
FFDoubleValue get paddingAnimationDurationValue

@doc Duration of the padding animation (ms).

Implementation

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

Implementation

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