SolidChatWidgetOptions constructor
SolidChatWidgetOptions({
- required String key,
- SolidChatTab? initialTab,
Implementation
SolidChatWidgetOptions({required this.key, this.initialTab});