BuddyConfig constructor
const
BuddyConfig({
- BuddyPersonality personality = BuddyPersonality.helpful,
- bool enabled = true,
- bool showTips = true,
- bool showShortcuts = true,
- int maxSuggestionsPerSession = 20,
Implementation
const BuddyConfig({
this.personality = BuddyPersonality.helpful,
this.enabled = true,
this.showTips = true,
this.showShortcuts = true,
this.maxSuggestionsPerSession = 20,
});