OverlayExt extension

on

Methods

overlay({AlignmentGeometry alignment = AlignmentDirectional.topStart, TextDirection? textDirection, StackFit fit = StackFit.loose, Clip clipBehavior = Clip.hardEdge, required Widget of}) Stack
Wrap the widget in Stack widget. This adds the current widget below the provided widget in z axis.