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