Open JulianAssmann opened 3 years ago
Great package!
I would love to see an option to set a gradient as the background of a Neumorphic, e. g. like this:
Neumorphic
Neumorphic( style: NeumorphicStyle( gradient: LinearGradient( begin: Alignment.topRight, end: Alignment.bottomLeft, colors: [Colors.blue, Colors.red] ), ) )
Any update on this?
Really need this feature, wrapping the NeomorphicButton not works proper.
Any updates?
Great package!
I would love to see an option to set a gradient as the background of a
Neumorphic
, e. g. like this: