TitleBarWebViewState constructor
const
TitleBarWebViewState({})
Implementation
const TitleBarWebViewState({
Key? key,
required Widget child,
required this.isLoading,
required this.canGoBack,
required this.canGoForward,
required this.url,
}) : super(key: key, child: child);