Content constructor
const
Content({})
Implementation
const Content({
super.key,
required this.messages,
required this.controller,
required this.onLoadMore,
required this.isFinished,
this.onSelectQuickReply,
this.onLikeAction,
this.isTop,
});