Border radius
Apply a border radius to your container
How to apply a shadow
Border radius is applied with the following pattern rounded-[range]
Here is an example
RapidContainer(
styles: "rounded-xl",
child: MyWidget()
);
RapidContainer(
styles: "rounded-full", // completely round
child: MyWidget()
);
Accepted border radius symbols
rounded-nonerounded-xsrounded-smrounded-mdrounded-lgrounded-xlrounded-2xlrounded-3xlrounded-full