ConnectionScreen constructor

const ConnectionScreen({
  1. required String port,
  2. required String secret,
  3. Key? key,
})

Implementation

const ConnectionScreen({required this.port, required this.secret, super.key});