SignupConfig class

Constructors

SignupConfig({Widget? header, Widget? footer, String? title, String? subtitle, TitleWidget? titleWidget, Widget? resendButton, TextStyle? buttonTextStyle, EmailPhoneTextFiledConfig textFiledConfig = const EmailPhoneTextFiledConfig(), PasswordTextFiledConfig passwordTextFiledConfig = const PasswordTextFiledConfig(), bool loginAfterSignUp = false})
const

Properties

buttonTextStyle TextStyle?
final
final
hashCode int
The hash code for this object.
no setterinherited
final
loginAfterSignUp bool
final
final
passwordTextFiledConfig PasswordTextFiledConfig
final
resendButton Widget?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
final
textFiledConfig EmailPhoneTextFiledConfig
final
title String?
final
titleWidget TitleWidget?
final

Methods

copyWith({Widget? header, Widget? footer, String? title, String? subtitle, TitleWidget? titleWidget, Widget? resendButton, TextStyle? buttonTextStyle, EmailPhoneTextFiledConfig? textFiledConfig, PasswordTextFiledConfig? passwordTextFiledConfig, bool? loginAfterSignUp}) SignupConfig
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