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