AtomicAIAssistantConfig class
Constructors
-
AtomicAIAssistantConfig.new({String title = 'AI Assistant', String subtitle = 'Your intelligent helper', IconData icon = Icons.auto_awesome, List<
AtomicAIAction> ? headerActions, List<AtomicAISuggestion> ? suggestions, AtomicAIResponseGenerator? responseGenerator, VoidCallback? onClearChat, bool showClearButton = true, bool showClearButtonAlways = false, String? emptyStateTitle = 'Welcome to AI Assistant', String? emptyStateSubtitle = 'Ask me anything', String? inputPlaceholder = 'Type a message...'}) -
const
Properties
- emptyStateSubtitle → String?
-
final
- emptyStateTitle → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
headerActions
→ List<
AtomicAIAction> ? -
final
- icon → IconData
-
final
- inputPlaceholder → String?
-
final
- onClearChat → VoidCallback?
-
final
- responseGenerator → AtomicAIResponseGenerator?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showClearButton → bool
-
final
- showClearButtonAlways → bool
-
final
- subtitle → String
-
final
-
suggestions
→ List<
AtomicAISuggestion> ? -
final
- title → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited