TickkiChatWidget constructor
const
TickkiChatWidget({
- Key? key,
- required TickkiChat client,
- required String visitorId,
- String? name,
- String? email,
- String? phone,
- TickkiChatStrings strings = const TickkiChatStrings(),
Implementation
const TickkiChatWidget({
super.key,
required this.client,
required this.visitorId,
this.name,
this.email,
this.phone,
this.strings = const TickkiChatStrings(),
});