WidgetSettings class
Widget settings configuration
Constructors
- WidgetSettings.new({String? agentThinkingText, AudioVisualizerConfig? audioVisualizerConfig, String? defaultState, String? giveFeedbackUrl, String? logoIconUrl, String? position, String? reportIssueUrl, String? speakToInterruptText, String? startCallText, String? theme, String? viewHistoryUrl})
-
WidgetSettings.fromJson(Map<
String, dynamic> json)
Properties
- agentThinkingText ↔ String?
-
getter/setter pair
- audioVisualizerConfig ↔ AudioVisualizerConfig?
-
getter/setter pair
- defaultState ↔ String?
-
getter/setter pair
- giveFeedbackUrl ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- logoIconUrl ↔ String?
-
getter/setter pair
- position ↔ String?
-
getter/setter pair
- reportIssueUrl ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speakToInterruptText ↔ String?
-
getter/setter pair
- startCallText ↔ String?
-
getter/setter pair
- theme ↔ String?
-
getter/setter pair
- viewHistoryUrl ↔ String?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited