shouldManageNotifications property

bool? shouldManageNotifications
final

Whether or not the view should manage recieving notifications. This should only be done if the ContainerView is the top most root of the view controller hierarchy. If there is a higher widget in the hierarchy (like a navigation bar), then the HIGHEST parent should implement NotificationOverlayView.

Implementation

final bool? shouldManageNotifications;