isHorizontalValue property
@doc If true, this flex will be a row, otherwise it will be a column.
Implementation
@$pb.TagNumber(2)
FFBooleanValue get isHorizontalValue => $_getN(1);
Implementation
@$pb.TagNumber(2)
set isHorizontalValue(FFBooleanValue value) => $_setField(2, value);