DialogConfig class

Constructors

DialogConfig({String? affirmativeText, String? dialogContent, String? dialogTitle, String? negativeText, PinCodePlatform? platform})
factory

Properties

affirmativeText String?
Affirmative action text for the AlertDialog. Default to "Paste"
final
dialogContent String?
content of the AlertDialog while pasting the code. Default to "Do you want to paste this code "
final
dialogTitle String?
title of the AlertDialog while pasting the code. Default to Paste Code
final
hashCode int
The hash code for this object.
no setterinherited
negativeText String?
Negative action text for the AlertDialog. Default to "Cancel"
final
platform PinCodePlatform
The default dialog theme, should it be iOS or other(including web and Android)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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