ZdsInputDecoration constructor

ZdsInputDecoration(
  1. {bool? mandatory,
  2. EdgeInsets prefixPadding = const EdgeInsets.only(right: 12),
  3. EdgeInsets suffixPadding = const EdgeInsets.only(left: 12),
  4. EdgeInsetsGeometry? contentPadding,
  5. String? labelText,
  6. String? semanticsLabel,
  7. bool? alignLabelWithHint,
  8. InputBorder? border,
  9. Widget? counter,
  10. TextStyle? counterStyle,
  11. String? counterText,
  12. InputBorder? disabledBorder,
  13. bool enabled = true,
  14. InputBorder? enabledBorder,
  15. InputBorder? errorBorder,
  16. int? errorMaxLines,
  17. TextStyle? errorStyle,
  18. String? errorText,
  19. Color? fillColor,
  20. bool? filled,
  21. FloatingLabelBehavior? floatingLabelBehavior,
  22. Color? focusColor,
  23. InputBorder? focusedBorder,
  24. InputBorder? focusedErrorBorder,
  25. int? helperMaxLines,
  26. TextStyle? helperStyle,
  27. String? helperText,
  28. int? hintMaxLines,
  29. TextStyle? hintStyle,
  30. String? hintText,
  31. TextDirection? hintTextDirection,
  32. Color? hoverColor,
  33. Widget? icon,
  34. bool? isCollapsed,
  35. bool? isDense,
  36. TextStyle? labelStyle,
  37. Widget? prefixIcon,
  38. BoxConstraints? prefixIconConstraints,
  39. TextStyle? prefixStyle,
  40. String? prefixText,
  41. String? semanticCounterText,
  42. BoxConstraints? suffixIconConstraints,
  43. TextStyle? suffixStyle,
  44. String? suffixText,
  45. Widget? prefix,
  46. Widget? suffix,
  47. Widget? suffixIcon}
)

An extension of InputDecoration that applies Zds styling.

Implementation

ZdsInputDecoration