QuickReplyOptions constructor

const QuickReplyOptions({
  1. List<String>? quickReplies,
  2. void onQuickReplyTap(
    1. String
    )?,
  3. BoxDecoration? decoration,
  4. TextStyle? textStyle,
})

Implementation

const QuickReplyOptions({
  this.quickReplies,
  this.onQuickReplyTap,
  this.decoration,
  this.textStyle,
});