isPanelVisible property

ValueNotifier<bool> isPanelVisible
final

Implementation

final ValueNotifier<bool> isPanelVisible = ValueNotifier<bool>(false);