DbUsernameSuggesterField class

Inheritance

Constructors

DbUsernameSuggesterField({Widget? prefixIcon, int? maxLength, TextCapitalization? textCapitalization, String? hintText, BorderRadius? borderRadius, TextInputType? textInputType, OnTap? onTap, Color? fillColor, Color? suffixIconColor, Color? borderColor, bool? obscureText, required Validator validator, required CheckUsernameInDb checkUsernameInDb, OnChange? onChange, Widget? suffixIcon, bool? readOnly, AutovalidateMode? autoValidateMode, int? maxLines, String? label, TextStyle? textStyle, int? minLines, OnSubmitted? onSubmitted, List<TextInputFormatter>? inputFormatters, TextInputAction? textInputAction, String? initialText, EdgeInsets? contentPadding, String? errorText, TextStyle? hintTextStyle, Key? key, TextStyle? errorTextStyle})
const

Properties

autoValidateMode AutovalidateMode?
final
borderColor Color?
final
borderRadius BorderRadius?
final
checkUsernameInDb CheckUsernameInDb
final
contentPadding EdgeInsets?
final
errorText String?
final
errorTextStyle TextStyle?
final
fillColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
hintText String?
final
hintTextStyle TextStyle?
final
initialText String?
final
inputFormatters List<TextInputFormatter>?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label String?
final
maxLength int?
final
maxLines int?
final
minLines int?
final
obscureText bool?
final
onChange OnChange?
final
onSubmitted OnSubmitted?
final
onTap OnTap?
final
prefixIcon Widget?
final
readOnly bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suffixIcon Widget?
final
suffixIconColor Color?
final
textCapitalization TextCapitalization?
final
textInputAction TextInputAction?
final
textInputType TextInputType?
final
textStyle TextStyle?
final
validator Validator
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<StatefulWidget>
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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