NativeWeb constructor
const
NativeWeb({
- Key? key,
- required WebViewCreatedCallback onWebCreated,
Implementation
const NativeWeb({super.key,
required this.onWebCreated,
});