inputValue property
@doc A preset text alignment value that represents a static/hardcoded text alignment.
Implementation
@$pb.TagNumber(1)
FFTextAlign get inputValue => $_getN(0);
Implementation
@$pb.TagNumber(1)
set inputValue(FFTextAlign value) => $_setField(1, value);