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