shouldShowControls property

ValueNotifier<bool>? shouldShowControls
final

Notifier that tells client whether it should show controls, based on user-interaction with the native viewer.

Implementation

final ValueNotifier<bool>? shouldShowControls;