overlay_widget


Description:

public Widget? overlay_widget { get; set; }

The widget to overlay when in floating mode.

This property is **required** when using FLOATING mode. The bottom bar will be positioned as an overlay on top of this widget.

Behavior - If the target widget is not already in a Gtk.Overlay, one will be created automatically - The overlay is inserted into the widget hierarchy, preserving the original structure - Setting this to `null` while in FLOATING mode will show a warning