PrettyTextField constructor
PrettyTextField({
- Key? key,
- dynamic labelText,
- dynamic width,
- dynamic autocorrect,
- dynamic autofillHints,
- dynamic autofocus,
- dynamic buildCounter,
- dynamic clipBehavior,
- dynamic cursorColor,
- dynamic cursorHeight,
- dynamic cursorWidth,
- dynamic cursorRadius,
- dynamic dragStartBehavior,
- dynamic enabled,
- dynamic enableIMEPersonalizedLearning,
- dynamic enableInteractiveSelection,
- dynamic enableSuggestions,
- dynamic expands,
- dynamic focusNode,
- dynamic inputFormatters,
- dynamic keyboardAppearance,
- dynamic keyboardType,
- dynamic maxLength,
- dynamic maxLengthEnforcement,
- dynamic maxLines,
- dynamic minLines,
- dynamic mouseCursor,
- dynamic obscureText,
- dynamic obscuringCharacter,
- dynamic onAppPrivateCommand,
- dynamic onChanged,
- dynamic onEditingComplete,
- dynamic onSubmitted,
- dynamic onTap,
- dynamic scrollPadding,
- dynamic scrollPhysics,
- dynamic showCursor,
- dynamic strutStyle,
- dynamic style,
- dynamic textAlignVertical,
- dynamic textInputAction,
- dynamic textDirection,
- dynamic toolbarOptions,
- 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);