WebScreen constructor

const WebScreen({
  1. Key? key,
  2. required String startUrl,
})

Implementation

const WebScreen({super.key, required this.startUrl});