LinkingConnectView constructor

const LinkingConnectView({
  1. Key? key,
  2. required ChannelModel channel,
})

Implementation

const LinkingConnectView({super.key, required this.channel});