PrettyTextField constructor

PrettyTextField({
  1. Key? key,
  2. dynamic labelText,
  3. dynamic width,
  4. dynamic autocorrect,
  5. dynamic autofillHints,
  6. dynamic autofocus,
  7. dynamic buildCounter,
  8. dynamic clipBehavior,
  9. dynamic cursorColor,
  10. dynamic cursorHeight,
  11. dynamic cursorWidth,
  12. dynamic cursorRadius,
  13. dynamic dragStartBehavior,
  14. dynamic enabled,
  15. dynamic enableIMEPersonalizedLearning,
  16. dynamic enableInteractiveSelection,
  17. dynamic enableSuggestions,
  18. dynamic expands,
  19. dynamic focusNode,
  20. dynamic inputFormatters,
  21. dynamic keyboardAppearance,
  22. dynamic keyboardType,
  23. dynamic maxLength,
  24. dynamic maxLengthEnforcement,
  25. dynamic maxLines,
  26. dynamic minLines,
  27. dynamic mouseCursor,
  28. dynamic obscureText,
  29. dynamic obscuringCharacter,
  30. dynamic onAppPrivateCommand,
  31. dynamic onChanged,
  32. dynamic onEditingComplete,
  33. dynamic onSubmitted,
  34. dynamic onTap,
  35. dynamic scrollPadding,
  36. dynamic scrollPhysics,
  37. dynamic showCursor,
  38. dynamic strutStyle,
  39. dynamic style,
  40. dynamic textAlignVertical,
  41. dynamic textInputAction,
  42. dynamic textDirection,
  43. dynamic toolbarOptions,
  44. dynamic textAlign,
})

Implementation

PrettyTextField({
  Key? key,
  this.labelText,
  this.width,
  this.autocorrect,
  this.autofillHints,
  this.autofocus,
  this.buildCounter,
  this.clipBehavior,
  this.cursorColor,
  this.cursorHeight,
  this.cursorWidth,
  this.cursorRadius,
  this.dragStartBehavior,
  this.enabled,
  this.enableIMEPersonalizedLearning,
  this.enableInteractiveSelection,
  this.enableSuggestions,
  this.expands,
  this.focusNode,
  this.inputFormatters,
  this.keyboardAppearance,
  this.keyboardType,
  this.maxLength,
  this.maxLengthEnforcement,
  this.maxLines,
  this.minLines,
  this.mouseCursor,
  this.obscureText,
  this.obscuringCharacter,
  this.onAppPrivateCommand,
  this.onChanged,
  this.onEditingComplete,
  this.onSubmitted,
  this.onTap,
  this.scrollPadding,
  this.scrollPhysics,
  this.showCursor,
  this.strutStyle,
  this.style,
  this.textAlignVertical,
  this.textInputAction,
  this.textDirection,
  this.toolbarOptions,
  this.textAlign,
}) : super(key: key);