PasswordTextFiledConfig class

Constructors

PasswordTextFiledConfig({TextEditingController? controller, FocusNode? focusNode, InputDecoration? decoration(ValueNotifier<bool> isObscure)?, TextInputType? keyboardType, TextCapitalization textCapitalization = TextCapitalization.none, TextInputAction? textInputAction, TextStyle? style, StrutStyle? strutStyle, TextDirection? textDirection, TextAlign textAlign = TextAlign.start, TextAlignVertical? textAlignVertical, bool autofocus = false, bool readOnly = false, bool? showCursor, String obscuringCharacter = '•', bool obscureText = true, bool autocorrect = false, SmartDashesType? smartDashesType, SmartQuotesType? smartQuotesType, bool enableSuggestions = true, MaxLengthEnforcement? maxLengthEnforcement, int? maxLines = 1, int? minLines, bool expands = false, int? maxLength, void onChanged(String)?, void onTap()?, bool onTapAlwaysCalled = false, void onTapOutside(PointerDownEvent)?, void onEditingComplete()?, void onFieldSubmitted(String)?, void onSaved(String?)?, String? validator(String?)?, List<TextInputFormatter>? inputFormatters, bool? enabled, Color? cursorColor, double cursorWidth = 2.0, double? cursorHeight, Radius? cursorRadius, Color? cursorErrorColor, Brightness? keyboardAppearance, EdgeInsets scrollPadding = const EdgeInsets.all(20.0), bool? enableInteractiveSelection, TextSelectionControls? selectionControls, Widget? buildCounter(BuildContext, {required int currentLength, required bool isFocused, required int? maxLength})?, ScrollPhysics? scrollPhysics, Iterable<String>? autofillHints, AutovalidateMode? autovalidateMode, ScrollController? scrollController, String? restorationId, bool enableIMEPersonalizedLearning = true, MouseCursor? mouseCursor, Widget contextMenuBuilder(BuildContext, EditableTextState)?, SpellCheckConfiguration? spellCheckConfiguration, TextMagnifierConfiguration? magnifierConfiguration, UndoHistoryController? undoController, void onAppPrivateCommand(String, Map<String, dynamic>)?, bool? cursorOpacityAnimates, BoxHeightStyle selectionHeightStyle = ui.BoxHeightStyle.tight, BoxWidthStyle selectionWidthStyle = ui.BoxWidthStyle.tight, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ContentInsertionConfiguration? contentInsertionConfiguration, MaterialStatesController? statesController, Clip clipBehavior = Clip.hardEdge, bool scribbleEnabled = true, bool canRequestFocus = true})
const

Properties

autocorrect bool
final
autofillHints Iterable<String>?
final
autofocus bool
final
autovalidateMode AutovalidateMode?
final
buildCounter → (Widget? Function(BuildContext, {required int currentLength, required bool isFocused, required int? maxLength})?)
final
canRequestFocus bool
final
clipBehavior Clip
final
contentInsertionConfiguration ContentInsertionConfiguration?
final
contextMenuBuilder → (Widget Function(BuildContext, EditableTextState)?)
final
controller TextEditingController?
final
cursorColor Color?
final
cursorErrorColor Color?
final
cursorHeight double?
final
cursorOpacityAnimates bool?
final
cursorRadius Radius?
final
cursorWidth double
final
decoration → (InputDecoration? Function(ValueNotifier<bool> isObscure)?)
final
dragStartBehavior DragStartBehavior
final
enabled bool?
final
enableIMEPersonalizedLearning bool
final
enableInteractiveSelection bool?
final
enableSuggestions bool
final
expands bool
final
focusNode FocusNode?
final
hashCode int
The hash code for this object.
no setterinherited
inputFormatters List<TextInputFormatter>?
final
keyboardAppearance Brightness?
final
keyboardType TextInputType?
final
magnifierConfiguration TextMagnifierConfiguration?
final
maxLength int?
final
maxLengthEnforcement MaxLengthEnforcement?
final
maxLines int?
final
minLines int?
final
mouseCursor MouseCursor?
final
obscureText bool
final
obscuringCharacter String
final
onAppPrivateCommand → (void Function(String, Map<String, dynamic>)?)
final
onChanged → (void Function(String)?)
final
onEditingComplete → (void Function()?)
final
onFieldSubmitted → (void Function(String)?)
final
onSaved → (void Function(String?)?)
final
onTap → (void Function()?)
final
onTapAlwaysCalled bool
final
onTapOutside → (void Function(PointerDownEvent)?)
final
readOnly bool
final
restorationId String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scribbleEnabled bool
final
scrollController ScrollController?
final
scrollPadding EdgeInsets
final
scrollPhysics ScrollPhysics?
final
selectionControls TextSelectionControls?
final
selectionHeightStyle BoxHeightStyle
final
selectionWidthStyle BoxWidthStyle
final
showCursor bool?
final
smartDashesType SmartDashesType?
final
smartQuotesType SmartQuotesType?
final
spellCheckConfiguration SpellCheckConfiguration?
final
statesController MaterialStatesController?
final
strutStyle StrutStyle?
final
style TextStyle?
final
textAlign TextAlign
final
textAlignVertical TextAlignVertical?
final
textCapitalization TextCapitalization
final
textDirection TextDirection?
final
textInputAction TextInputAction?
final
undoController UndoHistoryController?
final
validator → (String? Function(String?)?)
final

Methods

copyWith({TextEditingController? controller, FocusNode? focusNode, InputDecoration? decoration(ValueNotifier<bool> isObscure)?, TextInputType? keyboardType, TextCapitalization? textCapitalization, TextInputAction? textInputAction, TextStyle? style, StrutStyle? strutStyle, TextDirection? textDirection, TextAlign? textAlign, TextAlignVertical? textAlignVertical, bool? autofocus, bool? readOnly, bool? showCursor, String? obscuringCharacter, bool? obscureText, bool? autocorrect, SmartDashesType? smartDashesType, SmartQuotesType? smartQuotesType, bool? enableSuggestions, MaxLengthEnforcement? maxLengthEnforcement, int? maxLines, int? minLines, bool? expands, int? maxLength, void onChanged(String)?, void onTap()?, bool? onTapAlwaysCalled, void onTapOutside(PointerDownEvent)?, void onEditingComplete()?, void onFieldSubmitted(String)?, void onSaved(String?)?, String? validator(String?)?, List<TextInputFormatter>? inputFormatters, bool? enabled, double? cursorWidth, double? cursorHeight, Radius? cursorRadius, Color? cursorColor, Color? cursorErrorColor, Brightness? keyboardAppearance, EdgeInsets? scrollPadding, bool? enableInteractiveSelection, TextSelectionControls? selectionControls, Widget? buildCounter(BuildContext, {required int currentLength, required bool isFocused, required int? maxLength})?, ScrollPhysics? scrollPhysics, Iterable<String>? autofillHints, AutovalidateMode? autovalidateMode, ScrollController? scrollController, String? restorationId, bool? enableIMEPersonalizedLearning, MouseCursor? mouseCursor, Widget contextMenuBuilder(BuildContext, EditableTextState)?, SpellCheckConfiguration? spellCheckConfiguration, TextMagnifierConfiguration? magnifierConfiguration, UndoHistoryController? undoController, void onAppPrivateCommand(String, Map<String, dynamic>)?, bool? cursorOpacityAnimates, BoxHeightStyle? selectionHeightStyle, BoxWidthStyle? selectionWidthStyle, DragStartBehavior? dragStartBehavior, ContentInsertionConfiguration? contentInsertionConfiguration, MaterialStatesController? statesController, Clip? clipBehavior, bool? scribbleEnabled, bool? canRequestFocus}) PasswordTextFiledConfig
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited