OudsInputDecoration constructor

const OudsInputDecoration({
  1. String? labelText,
  2. String? helperText,
  3. String? hintText,
  4. String? suffixIcon,
  5. String? prefixIcon,
  6. String? prefix,
  7. String? suffix,
  8. String? errorText,
  9. bool? loader,
  10. 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,
});