WebLauncher constructor

const WebLauncher(
  1. {Key? key,
  2. String? url}
)

Implementation

const WebLauncher({super.key, this.url});