-->
import Quickshell.Widgets
NOTE
MarginWrapperManager is an extension of WrapperManager. You should read its documentation to understand wrapper types.
MarginWrapperManager can be used to apply margins to a child item, in addition to handling the size / implicit size relationship between the parent and the child. WrapperItem and WrapperRectangle exist for Item and Rectangle implementations respectively.
WARNING
MarginWrapperManager based types set the child item’s Item.x, Item.y, Item.width, Item.height or Item.anchors properties. Do not set them yourself, instead set Item.implicitWidth and Item.implicitHeight.
Follow the directions in WrapperManager’s documentation, and or alias the margin property if you wish to expose it.
The minimum margin between the child item and the parent item’s edges. Defaults to 0.
If the child item should be resized larger than its implicit size if the parent is resized larger than its implicit size. Defaults to false.