PhoneAuthScreenConfig class

Constructors

PhoneAuthScreenConfig.new({TextStyle? titleTextStyle, TextStyle? subtitleTextStyle, ButtonStyle? submitButtonStyle, TextStyle? submitButtonTextStyle, InputDecoration? textFieldInputStyle, String? title, String? subTitle, String phoneNumberPlaceholder = 'Enter your phone', String updatesPlaceholder = 'Get updates on WhatsApp', String submitButtonText = "Continue", TextStyle? updatesTextStyle, Widget checkboxComponent(bool, dynamic (bool))?, BoxDecoration? checkboxContainerStyle, BoxDecoration? checkboxStyle, TextStyle? inputTextStyle, EdgeInsets? checkboxContainerPadding})
const

Properties

checkboxComponent Widget Function(bool, dynamic (bool))?
final
checkboxContainerPadding EdgeInsets?
final
checkboxContainerStyle BoxDecoration?
final
checkboxStyle BoxDecoration?
final
hashCode int
The hash code for this object.
no setterinherited
inputTextStyle TextStyle?
final
phoneNumberPlaceholder String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
submitButtonStyle ButtonStyle?
final
submitButtonText String
final
submitButtonTextStyle TextStyle?
final
subTitle String?
final
subtitleTextStyle TextStyle?
final
textFieldInputStyle InputDecoration?
final
title String?
final
titleTextStyle TextStyle?
final
updatesPlaceholder String
final
updatesTextStyle TextStyle?
final

Methods

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