controlsVisible property

ValueNotifier<bool> controlsVisible
final

This will be used and toggled by ui

Implementation

/// This will be used and toggled by ui
final ValueNotifier<bool> controlsVisible = ValueNotifier(true);