InternalBrowser constructor

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

Implementation

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