NativeWeb constructor

const NativeWeb({
  1. Key? key,
  2. required WebViewCreatedCallback onWebCreated,
})

Implementation

const NativeWeb({super.key,
   required this.onWebCreated,
});