handleObserver property
Whether to automatically manage the lifecycle of the PersistentSafeAreaBottom observer.
Defaults to true. If set to false, you must call
PersistentSafeAreaBottom.startObservingSafeArea and
PersistentSafeAreaBottom.stopObservingSafeArea manually.
Implementation
final bool handleObserver;