WebView constructor
const
WebView({})
Implementation
const WebView(
{Key? key,
required this.customerIDValue,
required this.firstNameValue,
required this.lastNameValue,
required this.clientCodeValue})
: super(key: key);