GroupInfo constructor
const
GroupInfo({})
Creates a GroupInfo instance
Implementation
const GroupInfo({
required this.isGroupStart,
required this.isGroupEnd,
required this.isAlone,
required this.showTail,
required this.showAvatar,
});