inputValue property

  1. @TagNumber(1)
FFTextAlign get inputValue

@doc A preset text alignment value that represents a static/hardcoded text alignment.

Implementation

@$pb.TagNumber(1)
FFTextAlign get inputValue => $_getN(0);
  1. @TagNumber(1)
set inputValue (FFTextAlign value)

Implementation

@$pb.TagNumber(1)
set inputValue(FFTextAlign value) => $_setField(1, value);