contentAlignment property

@doc Alignment type of the walkthrough content.

Implementation

@$pb.TagNumber(6)
FFProjectWalkthroughStep_ContentAlignment get contentAlignment => $_getN(5);
  1. @TagNumber(6)
set contentAlignment (FFProjectWalkthroughStep_ContentAlignment value)

Implementation

@$pb.TagNumber(6)
set contentAlignment(FFProjectWalkthroughStep_ContentAlignment value) =>
    $_setField(6, value);