SizedBoxExtension extension

on

Methods

hFull(BuildContext context, {Key? key}) Widget
hHalf(BuildContext context, {Key? key}) Widget
hPer(BuildContext context, double percent, {Key? key}) Widget
hPix(double height) Widget
All available heights
wFull(BuildContext context, {Key? key}) Widget
wHalf(BuildContext context, {Key? key}) Widget
whFull(BuildContext context, {Key? key}) Widget
whHalf(BuildContext context, {Key? key}) Widget
whPer(BuildContext context, {double wPercent = 0, double hPercent = 0, Key? key}) Widget
whPix(double width, double height) Widget
All Size Width - Height
wPer(BuildContext context, double percent, {Key? key}) Widget
wPix(double width, {Key? key}) Widget
All available widths