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