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