ChatUIKitDialogAction<T> class

Constructors

ChatUIKitDialogAction({required ChatUIKitDialogActionType type, required String label, TextStyle? style, VoidCallback? onTap, void onInputsTap(List<String> inputs)?})
ChatUIKitDialogAction.cancel({required String label, TextStyle? style, VoidCallback? onTap})
ChatUIKitDialogAction.confirm({required String label, TextStyle? style, VoidCallback? onTap})
ChatUIKitDialogAction.destructive({required String label, TextStyle? style, VoidCallback? onTap})
ChatUIKitDialogAction.inputsConfirm({required String label, TextStyle? style, void onInputsTap(List<String> inputs)?})

Properties

hashCode int
The hash code for this object.
no setterinherited
label String
final
onInputsTap → void Function(List<String> inputs)?
final
onTap VoidCallback?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
final
type ChatUIKitDialogActionType
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