sums_inner 1.0.0+1
sums_inner: ^1.0.0+1 copied to clipboard
An inner shadow made by ezechiel sums.
sums_inner #
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,
),
)
copied to clipboard
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.