PhoneVerificationPage class

Inheritance

Constructors

PhoneVerificationPage({Key? key, required IPhoneVerificationViewModel viewModel, required String title, required String description, required String messageWaitingAndInputVerificationCode, required String messageOnErrorVerifyingInvalid, required String messageOnErrorVerifyingExpired, required String messageCompleted, required String messageChecking, required String messageVerify, required String messageVerified, required String messageChangePhoneNumber, required String messageRequestVerificationCode, required String messageErrorCodeSent, required dynamic onVerified(String phoneNumber), required String messageErrorExit, Color? theme, String? initialCountryCode})

Properties

description String
final
hashCode int
The hash code for this object.
no setterinherited
initialCountryCode String?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
messageChangePhoneNumber String
final
messageChecking String
final
messageCompleted String
final
messageErrorCodeSent String
final
messageErrorExit String
final
messageOnErrorVerifyingExpired String
final
messageOnErrorVerifyingInvalid String
final
messageRequestVerificationCode String
final
messageVerified String
final
messageVerify String
final
messageWaitingAndInputVerificationCode String
final
onVerified → dynamic Function(String phoneNumber)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenName String
no setteroverride
theme Color?
final
title String
final
viewModel IPhoneVerificationViewModel
finalinherited

Methods

body(BuildContext context, IPhoneVerificationViewModel viewModel, Widget? child) Widget
override
build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
inherited
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
logScreenOpen(String screenName) Future
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCreated() → dynamic
inherited
onListen(BuildContext context, IPhoneVerificationViewModel viewModel) → void
override
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

Constants

routeName → const String