Tawk constructor
const
Tawk({
- Key? key,
- required String directChatLink,
- TawkVisitor? visitor,
- Function? onLoad,
- dynamic onLinkTap()?,
- Widget? placeholder,
- ValueChanged<
TawkController?> ? onControllerChanged,
Implementation
const Tawk({
Key? key,
required this.directChatLink,
this.visitor,
this.onLoad,
this.onLinkTap,
this.placeholder,
this.onControllerChanged,
}) : super(key: key);