build abstract method

InputDecoration build(
  1. InputTextState state, {
  2. bool enableClear = true,
  3. Widget? clearIcon,
  4. InputBorder? allLineBorder,
  5. Widget? icon,
  6. Color? iconColor,
  7. Widget? label,
  8. String? labelText,
  9. TextStyle? labelStyle,
  10. TextStyle? floatingLabelStyle,
  11. String? helperText,
  12. TextStyle? helperStyle,
  13. int? helperMaxLines,
  14. String? hintText,
  15. TextStyle? hintStyle,
  16. TextDirection? hintTextDirection,
  17. int? hintMaxLines,
  18. String? errorText,
  19. TextStyle? errorStyle,
  20. int? errorMaxLines,
  21. FloatingLabelBehavior? floatingLabelBehavior,
  22. FloatingLabelAlignment? floatingLabelAlignment,
  23. EdgeInsetsGeometry? contentPadding,
  24. bool isCollapsed,
  25. Widget? prefixIcon,
  26. BoxConstraints? prefixIconConstraints,
  27. Widget? prefix,
  28. String? prefixText,
  29. TextStyle? prefixStyle,
  30. Color? prefixIconColor,
  31. Widget? suffixIcon,
  32. Widget? suffix,
  33. String? suffixText,
  34. TextStyle? suffixStyle,
  35. bool? isDense,
  36. Color? suffixIconColor,
  37. BoxConstraints? suffixIconConstraints,
  38. String? counterText,
  39. Widget? counter,
  40. TextStyle? counterStyle,
  41. bool? filled,
  42. Color? fillColor,
  43. Color? focusColor,
  44. Color? hoverColor,
  45. InputBorder? errorBorder,
  46. InputBorder? focusedBorder,
  47. InputBorder? focusedErrorBorder,
  48. InputBorder? disabledBorder,
  49. InputBorder? enabledBorder,
  50. InputBorder? border,
  51. String? semanticCounterText,
  52. bool? alignLabelWithHint,
  53. BoxConstraints? constraints,
})

Implementation

InputDecoration build(
  InputTextState state, {
  bool enableClear = true,
  Widget? clearIcon,
  InputBorder? allLineBorder,
  Widget? icon,
  Color? iconColor,
  Widget? label,
  String? labelText,
  TextStyle? labelStyle,
  TextStyle? floatingLabelStyle,
  String? helperText,
  TextStyle? helperStyle,
  int? helperMaxLines,
  String? hintText,
  TextStyle? hintStyle,
  TextDirection? hintTextDirection,
  int? hintMaxLines,
  String? errorText,
  TextStyle? errorStyle,
  int? errorMaxLines,
  FloatingLabelBehavior? floatingLabelBehavior,
  FloatingLabelAlignment? floatingLabelAlignment,
  EdgeInsetsGeometry? contentPadding,
  bool isCollapsed,
  Widget? prefixIcon,
  BoxConstraints? prefixIconConstraints,
  Widget? prefix,
  String? prefixText,
  TextStyle? prefixStyle,
  Color? prefixIconColor,
  Widget? suffixIcon,
  Widget? suffix,
  String? suffixText,
  TextStyle? suffixStyle,
  bool? isDense,
  Color? suffixIconColor,
  BoxConstraints? suffixIconConstraints,
  String? counterText,
  Widget? counter,
  TextStyle? counterStyle,
  bool? filled,
  Color? fillColor,
  Color? focusColor,
  Color? hoverColor,
  InputBorder? errorBorder,
  InputBorder? focusedBorder,
  InputBorder? focusedErrorBorder,
  InputBorder? disabledBorder,
  InputBorder? enabledBorder,
  InputBorder? border,
  String? semanticCounterText,
  bool? alignLabelWithHint,
  BoxConstraints? constraints,
});