ConnectionButton constructor

const ConnectionButton({
  1. Key? key,
  2. required MeetingController controller,
})

Implementation

const ConnectionButton({super.key, required this.controller});