RepliedMsgAutoScrollConfig constructor
const
RepliedMsgAutoScrollConfig({})
Configuration for auto scrolling and highlighting a message when tapping on the original message above the replied message.
Implementation
const RepliedMsgAutoScrollConfig({
this.enableHighlightRepliedMsg = true,
this.enableScrollToRepliedMsg = true,
this.highlightColor = Colors.grey,
this.highlightDuration = const Duration(milliseconds: 500),
this.highlightScale = 1.1,
this.highlightScrollCurve = Curves.easeIn,
});