MessageCustomerService constructor

MessageCustomerService({
  1. Key? key,
  2. required TUITheme theme,
  3. required V2TimMessage message,
  4. bool isShowJumpState = false,
  5. required Function sendMessage,
  6. EdgeInsetsGeometry? textPadding,
  7. Color? messageBackgroundColor,
  8. BorderRadius? messageBorderRadius,
})

Implementation

MessageCustomerService(
    {super.key,
    required this.theme,
    required this.message,
    this.isShowJumpState = false,
    required this.sendMessage,
    this.textPadding,
    this.messageBackgroundColor,
    this.messageBorderRadius});