opacityAnimationDurationValue property

  1. @TagNumber(4)
FFDoubleValue get opacityAnimationDurationValue

@doc Duration of the opacity animation (ms).

Implementation

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

Implementation

@$pb.TagNumber(4)
set opacityAnimationDurationValue(FFDoubleValue value) =>
    $_setField(4, value);