OudsInputDecoration constructor
const
OudsInputDecoration({ - String? labelText,
- String? helperText,
- String? hintText,
- String? suffixIcon,
- String? prefixIcon,
- String? prefix,
- String? suffix,
- String? errorText,
- bool? loader,
- OudsTextInputStyle? style = OudsTextInputStyle.defaultStyle,
})
Implementation
const OudsInputDecoration({
this.labelText,
this.helperText,
this.hintText,
this.suffixIcon,
this.prefixIcon,
this.prefix,
this.suffix,
this.errorText,
this.loader,
this.style = OudsTextInputStyle.defaultStyle,
});