menu
u package
documentation
components/u_webview.dart
UWebViewState
isLoading property
isLoading property
dark_mode
light_mode
isLoading
property
ValueNotifier
<
bool
>
isLoading
final
Implementation
final ValueNotifier<bool> isLoading = ValueNotifier<bool>(false);
u package
documentation
components/u_webview
UWebViewState
isLoading property
UWebViewState class