rootOverlay property

bool rootOverlay
final

Whether the feedback widget will be put on the root Overlay.

When false, the feedback widget will be put on the closest Overlay. When true, the feedback widget will be put on the farthest (aka root) Overlay.

Defaults to false.

Implementation

final bool rootOverlay;