overlay_popup library

A Flutter package that provides an easy way to display popups as overlays. The OverlayPopup widget allows you to show customizable popups with optional background blur and color, triggered by a child widget.

Classes

OverlayPopup
A widget that shows a popup as an overlay, triggered by the child widget. The popup can include optional features such as background blur, customizable content, and padding for fine-tuned positioning.