legacyOpacityAnimationDuration property

  1. @TagNumber(3)
double get legacyOpacityAnimationDuration

Implementation

@$pb.TagNumber(3)
$core.double get legacyOpacityAnimationDuration => $_getN(2);
  1. @TagNumber(3)
set legacyOpacityAnimationDuration (double value)

Implementation

@$pb.TagNumber(3)
set legacyOpacityAnimationDuration($core.double value) =>
    $_setDouble(2, value);