overlay_container 0.0.5+1
overlay_container: ^0.0.5+1 copied to clipboard
A flutter widget which renders its child outside the original widget hierarchy.
0.0.5+1 13/03/2021. #
materialColorattribute added. It's basically thecolorattribute for theMaterialcomponent that wraps thechildthat's passed toOverlayContainer. By default it usesColors.transparent.
0.0.4+1 08/09/2019. #
-
OverlayContainermade aWidgetsBindingObserverand the overlay is re-inserted on every call todidChangeMetrics. -
OverlayContainerhidden whendisposeis called.
0.0.2 24/04/2019. #
- Comments added for
OverlayContainer.
0.0.1 24/04/2019. #
- Initial release.