SizedBoxExtension extension

Extension to wrap a widget into a SizedBox with width, height, or both.

on

Methods

withSize({double? width, double? height}) SizedBox

Available on Widget, provided by the SizedBoxExtension extension

Wraps the widget in a SizedBox with specified width and/or height.