TawkChatWeb constructor

const TawkChatWeb({
  1. Key? key,
  2. required String chatUrl,
  3. double? initialHeight,
})

Creates a TawkChatWeb instance.

Implementation

const TawkChatWeb({super.key, required this.chatUrl, this.initialHeight});