RTextFieldSemantics constructor
const
RTextFieldSemantics({})
Implementation
const RTextFieldSemantics({
this.label,
this.hint,
this.isEnabled = true,
this.isReadOnly = false,
this.isObscured = false,
this.errorText,
});