AgUiAssistantTheme typedef

  1. @Deprecated('Use AgThemeData from agentivity_ag_ui.dart')
AgUiAssistantTheme = AgThemeData

Deprecated — use AgThemeData from package:agentivity_ag_ui/agentivity_ag_ui.dart.

AgUiAssistantTheme is now a type alias for AgThemeData. All assistant-panel tokens (bubble colours, typing indicator, online/offline colours, input decoration) are unified in AgThemeData.

Implementation

@Deprecated('Use AgThemeData from agentivity_ag_ui.dart')
typedef AgUiAssistantTheme = AgThemeData;