handleObserver property

bool handleObserver
final

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;