ChatSettings class
Constructors
- ChatSettings({required String title, required String subtitle, required String position, required String shape, required String logo, required String bubbleIcon, required String bubbleTooltip, required String headerIcon, required String fontSize, required String fontWeight, required bool isActive, required bool typingEnabled, required bool storeKey, required ChatTheme theme, String? headerIconBase64})
-
const
-
ChatSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- bubbleIcon → String
-
final
- bubbleTooltip → String
-
final
- fontSize → String
-
final
- fontWeight → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- headerIcon → String
-
final
- headerIconBase64 → String?
-
final
- isActive → bool
-
final
- isEnabled → bool
-
no setter
- logo → String
-
final
- placeholder → String
-
no setter
- position → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shape → String
-
final
- storeKey → bool
-
final
- subtitle → String
-
final
- theme → ChatTheme
-
final
- title → String
-
final
- typingEnabled → bool
-
final
- welcomeMessage → String
-
no setter
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