extensions/positioned library
Extension to wrap widget in Positioned within a Stack.
Example:
Container().positioned(top: 0, left: 0);
Extensions
- KaeruPositionedX on Widget
- Wraps widget in Positioned within a Stack.
Extension to wrap widget in Positioned within a Stack.
Example:
Container().positioned(top: 0, left: 0);