MessageCustomerService constructor
MessageCustomerService({
- Key? key,
- required TUITheme theme,
- required V2TimMessage message,
- bool isShowJumpState = false,
- required Function sendMessage,
- EdgeInsetsGeometry? textPadding,
- Color? messageBackgroundColor,
- BorderRadius? messageBorderRadius,
- Function? onTapLink,
Implementation
MessageCustomerService(
{super.key,
required this.theme,
required this.message,
this.isShowJumpState = false,
required this.sendMessage,
this.textPadding,
this.messageBackgroundColor,
this.messageBorderRadius,
this.onTapLink});