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)?})
-
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited