menu
flutter_devlens package
documentation
core/devlens_controller.dart
DevLensController
isPanelVisible property
isPanelVisible property
dark_mode
light_mode
isPanelVisible
property
ValueNotifier
<
bool
>
isPanelVisible
final
Implementation
final ValueNotifier<bool> isPanelVisible = ValueNotifier<bool>(false);
flutter_devlens package
documentation
core/devlens_controller
DevLensController
isPanelVisible property
DevLensController class