JuiInput constructor
const
JuiInput({})
Implementation
const JuiInput({
Key? key,
this.label,
this.onSaved,
this.onChanged,
this.initialValue,
this.enabled = true,
this.isPassword = false,
this.validator,
this.hintText,
this.keyboardType,
this.controller,
this.onFieldSubmitted,
}) : super(key: key);