MessageBranchNew constructor
const
MessageBranchNew({
- Key? key,
- required dynamic payload,
- required Function onClickItem,
- EdgeInsetsGeometry? textPadding,
- Color? messageBackgroundColor,
- BorderRadius? messageBorderRadius,
- required TUITheme theme,
Implementation
const MessageBranchNew(
{super.key,
required this.payload,
required this.onClickItem,
this.textPadding,
this.messageBackgroundColor,
this.messageBorderRadius,
required this.theme});