FullScreenWeb constructor

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

Implementation

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