VerifyConfig class

Constructors

VerifyConfig({Widget? header, Widget? footer, String? title, String? subtitle, TitleWidget? titleWidget, Widget? resendButton, TextStyle? buttonTextStyle, OtpTextFiledConfig textFiledConfig = const OtpTextFiledConfig()})
const

Properties

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

Methods

copyWith({Widget? header, Widget? footer, String? title, String? subtitle, TitleWidget? titleWidget, Widget? resendButton, TextStyle? buttonTextStyle, OtpTextFiledConfig? textFiledConfig}) VerifyConfig
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