ChannelWidget constructor

const ChannelWidget({
  1. Key? key,
  2. required String name,
})

Implementation

const ChannelWidget({
  Key? key,
  required this.name,
}) : super(key: key);