takeShot property

ValueNotifier<bool> takeShot
getter/setter pair

take shot action listener

  • it's for hide some non-relative ui.
  • e.g. hide status bar, hide bottom bar

Implementation

ValueNotifier<bool> takeShot = ValueNotifier(false);