axis property

  1. @TagNumber(2)
FFAxis get axis

@doc The direction in which the list view will display its items.

Implementation

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

Implementation

@$pb.TagNumber(2)
set axis(FFAxis value) => $_setField(2, value);