ConfirmSignUpFormField<FieldValue extends Object> class abstract Prebuilt Widgets

A prebuild form field widget for use on the Reset Password Step.

Inheritance

Properties

autofillHints Iterable<String>?
Autocomplete hints to override the default value
finalinherited
displayPriority int
The priority to show this field when ordering fields visually in a form. Larger numbers take higher precedence.
no setter
field → ConfirmSignUpField
The field this form field controls.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hintText String?
Custom hint text
finalinherited
hintTextKey InputResolverKey?
Resolver key for the hint text
finalinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
required bool
Whether the field is required in the form.
no setter
requiredOverride bool?
User override of default required value.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Custom title
finalinherited
titleKey InputResolverKey?
Resolver key for the title
finalinherited
usernameType UsernameType?
The username attribute corresponding to this field, if any. This is used to properly address situations where custom fields are added which conflict with username fields.
no setterinherited
validatorOverride FormFieldValidator<FieldValue>?
Override of default validator.
finalinherited

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → AuthenticatorComponentState<AuthenticatorFormField<ConfirmSignUpField, FieldValue>>
Creates the mutable state for this widget at a given location in the tree.
inherited
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

Static Methods

username({Key? key, FormFieldValidator<UsernameInput>? validator, Iterable<String>? autofillHints}) ConfirmSignUpFormField<UsernameInput>
Creates a username component based on your app's configuration.
verificationCode({Key? key, FormFieldValidator<String>? validator, Iterable<String>? autofillHints}) ConfirmSignUpFormField<String>
Creates a verificationCode component.