EmailVerificationScreen class

A screen that contains hints of how to verify the email. A verification email is being sent automatically when this screen is opened.

Inheritance

Constructors

EmailVerificationScreen({Key? key, FirebaseAuth? auth, List<FirebaseUIAction> actions = const [], HeaderBuilder? headerBuilder, double? headerMaxExtent, SideBuilder? sideBuilder, TextDirection? desktopLayoutDirection, double breakpoint = 500, ActionCodeSettings? actionCodeSettings, double? maxWidth = 1200})
A screen that contains hints of how to verify the email. A verification email is being sent automatically when this screen is opened.
const

Properties

actionCodeSettings → ActionCodeSettings?
A configuration object used to construct a dynamic link.
final
actions List<FirebaseUIAction>
EmailVerificationScreen could invoke these actions:
final
auth → FirebaseAuth?
The FirebaseAuth instance used to perform authentication against. By default, FirebaseAuth.instance is used.
final
breakpoint double
Min width of the viewport for desktop layout. If the available width is less than this value, a mobile layout is used.
final
desktopLayoutDirection TextDirection?
A direction of the desktop layout. TextDirection.ltr indicates that side content is built on the left, and the child is placed on the right. The order is reversed when TextDirection.rtl is used.
final
hashCode int
The hash code for this object.
no setterinherited
headerBuilder HeaderBuilder?
A builder that builds the contents of the header. Used only on mobile platforms.
final
headerMaxExtent double?
The maximum height of the header.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
maxWidth double?
A max width of the page on desktop. If the available width is greater than this value, the content is centered and horizontal paddings are added.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sideBuilder SideBuilder?
A builder that builds a contents of a page displayed on a side of of the main authentication related UI.
final

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's 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