InputStatus constructor
const
InputStatus({})
Implementation
const InputStatus({
this.hovered = false,
this.focused = false,
this.touched = false,
this.empty = true,
this.full = false,
this.dirty = false,
this.edited = false,
this.submitted = false,
this.fetch = FetchStatus.neverAttempted,
});