SenderHeader constructor
const
SenderHeader({
- Key? key,
- required bool? isGroupProfile,
- required List<
ChatMessageModel> chatList, - required int index,
Implementation
const SenderHeader({Key? key,
required this.isGroupProfile,
required this.chatList,
required this.index})
: super(key: key);