SolidChatWidgetOptions constructor

SolidChatWidgetOptions({
  1. required String key,
  2. SolidChatTab? initialTab,
})

Implementation

SolidChatWidgetOptions({required this.key, this.initialTab});