RTextFieldState constructor
const
RTextFieldState({})
Implementation
const RTextFieldState({
this.isFocused = false,
this.isHovered = false,
this.isDisabled = false,
this.isReadOnly = false,
this.hasText = false,
this.isError = false,
this.isObscured = false,
});