inner_shadow_widget

Creator: coderz1093

Last updated:

Add to Cart

Description:

inner shadow widget

Getting started #
Use InnerShadow ( Widget )
double blur;
Color color;
Offset offset;
Example #
InnerShadow(
blur: 9,
offset: const Offset(-5, -5),
color: const Color(0xffA6B4C8).withOpacity(0.3),
child: InnerShadow(
blur: 10,
offset: offset,
color: const Color(0x00fefeff).withOpacity(0.6),
child: Container(
width: 300,
height: 300,
decoration: const BoxDecoration(
color: Color(0xffE9EDF0), shape: BoxShape.circle,
// border: Border.fromBorderSide(
// BorderSide(color: Colors.black12),
// ),
),
),
),
);
copied to clipboard

License

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

Customer Reviews

There are no reviews.