focusShape property

@doc Shape of the focus area.

Implementation

@$pb.TagNumber(7)
FFProjectWalkthroughStep_FocusShape get focusShape => $_getN(6);
  1. @TagNumber(7)
set focusShape (FFProjectWalkthroughStep_FocusShape value)

Implementation

@$pb.TagNumber(7)
set focusShape(FFProjectWalkthroughStep_FocusShape value) =>
    $_setField(7, value);