zoo

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

zoo

Additional information #
Container(
height: height,
width: width,
decoration: BoxDecoration(
borderRadius: BorderRadius.circular(radius),
color: color,
boxShadow: [
BoxShadow(
color: Colors.grey.withOpacity(0.1),
spreadRadius: 2,
blurRadius: 2,
offset: const Offset(0, 3), // changes position of shadow
),
],
),
);

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.