MessageWidget constructor

MessageWidget({
  1. Key? key,
  2. required String channelId,
})

Implementation

MessageWidget({
  Key? key,
  required this.channelId,
}) : super(key: key);