WrapIt extension

Extension methods for Widget to wrap it in a Container with optional size and alignment.

on

Methods

box({double? height, double? width, Alignment alignment = Alignment.centerLeft}) Widget

Available on Widget, provided by the WrapIt extension

Wraps the widget in a Container with optional height, width, and alignment.