Size
Set container width or height with rapid
How to apply size
You can apply width with the following pattern w-[range] or h-[range].
Size example
RapidContainer(
styles: "w-10",
child: MyWidget()
);
RapidContainer(
styles: "h-8",
child: MyWidget()
);
RapidContainer(
styles: "w-10 h-10 rounded-full bg-grey-500", // full circle
child: MyWidget()
);
Width symbols
w-0w-1w-2w-3w-4w-5w-6w-7w-8w-9w-10w-11w-12w-14w-16w-20w-24w-28w-32w-36w-40w-44w-48w-52w-56w-60w-64w-72w-80w-96
Height symbols
h-0h-1h-2h-3h-4h-5h-6h-7h-8h-9h-10h-11h-12h-14h-16h-20h-24h-28h-32h-36h-40h-44h-48h-52h-56h-60h-64h-72h-80h-96
Range to PX
[symbol]-0 = 0px[symbol]-1 = 4px[symbol]-2 = 8px[symbol]-3 = 12px[symbol]-4 = 16px[symbol]-5 = 20px[symbol]-6 = 24px[symbol]-7 = 28px[symbol]-8 = 32px[symbol]-9 = 36px[symbol]-10 = 40px[symbol]-11 = 44px[symbol]-12 = 48px[symbol]-14 = 56px[symbol]-16 = 65px[symbol]-20 = 80px[symbol]-24 = 96px[symbol]-28 = 112px[symbol]-32 = 128px[symbol]-36 = 144px[symbol]-40 = 160px[symbol]-44 = 176px[symbol]-48 = 192px[symbol]-52 = 208px[symbol]-56 = 224px[symbol]-60 = 240px[symbol]-64 = 256px[symbol]-72 = 288px[symbol]-80 = 320px[symbol]-96 = 384px