NavigationControls constructor

const NavigationControls({
  1. Key? key,
  2. required WebViewController webViewController,
})

Implementation

const NavigationControls({super.key, required this.webViewController});