endHorizontal property

  1. @TagNumber(8)
FFValue get endHorizontal

@doc Horizontal ending value for the tilt animation (degrees).

Implementation

@$pb.TagNumber(8)
FFValue get endHorizontal => $_getN(7);
  1. @TagNumber(8)
set endHorizontal (FFValue value)

Implementation

@$pb.TagNumber(8)
set endHorizontal(FFValue value) => $_setField(8, value);