0 purchases
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
),
],
),
);
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.