LoginConfig class

Constructors

LoginConfig({Widget? header, Widget? footer, String? title, String? subtitle, TitleWidget? titleWidget, Widget? buttonText, TextStyle? buttonTextStyle, String? termsAndConditions, String? privacyPolicy, EmailPhoneTextFiledConfig textFiledConfig = const EmailPhoneTextFiledConfig(), PasswordTextFiledConfig passwordConfig = const PasswordTextFiledConfig()})
const

Properties

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

Methods

copyWith({Widget? header, Widget? footer, String? title, String? subtitle, TitleWidget? titleWidget, Widget? buttonText, TextStyle? buttonTextStyle, String? termsAndConditions, String? privacyPolicy, EmailPhoneTextFiledConfig? textFiledConfig, PasswordTextFiledConfig? passwordConfig}) LoginConfig
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