flutter_inset_shadow
flutter_inset_shadow copied to clipboard
This package extends BoxShadow and BoxDecoration to support the inset property. [maintainer=@chitochi]
Seems like inset is not working while using ShapeDecoration. The inset is always disabled
I have inset shadows that render fine in web, as long as the layout is "desktop" like. When I either open it on my phone or when I use the...
With Impeller enabled on iOS, rendering of gradients is blocky does not look good. It's fine if Impeller is disabled. This has only been seen when using the Inset property....
Hi, i am using this package in order to create a Neumorphic page. Currently i have 7 neumorphic buttons in a Row. The row is shown/hidden by an AnimatedCrossFade When...