SmartReplyStyle constructor

const SmartReplyStyle({
  1. TextStyle? replyTextStyle,
  2. Color? replyBackgroundColor,
  3. Color? closeIconColor,
  4. Color? shadowColor,
})

Implementation

const SmartReplyStyle(
    {this.replyTextStyle,
    this.replyBackgroundColor,
    this.closeIconColor,
    this.shadowColor});