WidgetPositioned extension

Positioned Extension

This extension allows you to position a widget inside a Stack.

on

Methods

positioned({double? top, double? bottom, double? left, double? right, double? width, double? height}) Positioned

Available on Widget, provided by the WidgetPositioned extension

Positions a widget inside a Stack with optional width and height constraints.