QuickReplyOptions constructor
const
QuickReplyOptions({
- List<
String> ? quickReplies, - void onQuickReplyTap()?,
- BoxDecoration? decoration,
- TextStyle? textStyle,
Implementation
const QuickReplyOptions({
this.quickReplies,
this.onQuickReplyTap,
this.decoration,
this.textStyle,
});