RuiInput constructor
const
RuiInput({})
Implementation
const RuiInput({
super.key,
required this.labelText,
required this.hintText,
this.width = 200,
this.controller,
this.focusNode,
this.suffix,
this.onSubmit,
this.onChange,
this.onBlur,
this.onFocus,
});