sums_inner 1.0.0+1 copy "sums_inner: ^1.0.0+1" to clipboard
sums_inner: ^1.0.0+1 copied to clipboard

An inner shadow made by ezechiel sums.

sums_inner #

alt-text

InnerShadow(
            blur: 5,
            color:  Colors.grey,
            offset: const Offset(5, 5),
            child: Container(
              decoration: const BoxDecoration(
                borderRadius: BorderRadius.all(Radius.circular(8)),
                color: Color(0xFFE9EFEC),
              ),
              height: 100,
            ),
          )

A flutter projet for making inner shadow to widget made by ezechiel sums.

Getting Started #

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

12
likes
20
pub points
0%
popularity

Publisher

unverified uploader

An inner shadow made by ezechiel sums.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

cupertino_icons, flutter

More

Packages that depend on sums_inner