takeShot property
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);
take shot action listener
ValueNotifier<bool> takeShot = ValueNotifier(false);