SenderHeader constructor
const
SenderHeader({})
Implementation
const SenderHeader(
{Key? key,
required this.isGroupProfile,
required this.chatList,
required this.index,
required this.textStyle})
: super(key: key);