homeIndicatorAutoHide property
If it's set to true, system is allowed to hide the visual indicator for returning to the Home Screen in landscape mode.
Default: true.
Implementation
bool? get homeIndicatorAutoHide => _homeIndicatorAutoHide;
Implementation
set homeIndicatorAutoHide(bool? val) {
_homeIndicatorAutoHide = val;
_set({"homeIndicatorAutoHide": val});
}