ChatUIKitDialog<T> constructor
const
ChatUIKitDialog<T> ({
- required List<
ChatUIKitDialogAction< actionItems,T> > - String? title,
- String? content,
- TextStyle? titleStyle,
- TextStyle? contentStyle,
- List<
ChatUIKitDialogInputContentItem> ? inputItems, - double leftRightPadding = defaultLeftRightPadding,
- ChatUIKitDialogRectangleType borderType = ChatUIKitDialogRectangleType.circular,
- Key? key,
Implementation
const ChatUIKitDialog({
required this.actionItems,
this.title,
this.content,
this.titleStyle,
this.contentStyle,
this.inputItems,
this.hiddenStyle,
this.leftRightPadding = defaultLeftRightPadding,
this.borderType = ChatUIKitDialogRectangleType.circular,
super.key,
});