isHorizontalValue property

  1. @TagNumber(2)
FFBooleanValue get isHorizontalValue

@doc If true, this flex will be a row, otherwise it will be a column.

Implementation

@$pb.TagNumber(2)
FFBooleanValue get isHorizontalValue => $_getN(1);
  1. @TagNumber(2)
set isHorizontalValue (FFBooleanValue value)

Implementation

@$pb.TagNumber(2)
set isHorizontalValue(FFBooleanValue value) => $_setField(2, value);