AIConversationStarterStyle constructor

const AIConversationStarterStyle({
  1. TextStyle? replyTextStyle,
  2. Color? backgroundColor,
  3. TextStyle? emptyTextStyle,
  4. Color? emptyIconTint,
  5. Color? errorIconTint,
  6. TextStyle? errorTextStyle,
  7. TextStyle? loadingTextStyle,
  8. Color? loadingIconTint,
  9. Color? shadowColor,
  10. Color? background,
  11. BoxBorder? border,
  12. double? borderRadius,
  13. Gradient? gradient,
})

Implementation

const AIConversationStarterStyle({
  this.replyTextStyle,
  this.backgroundColor,
  this.emptyTextStyle,
  this.emptyIconTint,
  this.errorIconTint,
  this.errorTextStyle,
  this.loadingTextStyle,
  this.loadingIconTint,
  this.shadowColor,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});