ExternalWebViewScreen constructor

const ExternalWebViewScreen({
  1. Key? key,
  2. required HubbleScreenState state,
})

Implementation

const ExternalWebViewScreen({super.key, required this.state});