Last updated:
0 purchases
material neumorphic text
Material Neumorphic Text #
Part of Material Neumorphic widgets suit.
Like Text, but with Neumorphic style.
Usage #
depth must be equal or greater than 0.
NeumorphicText('Neumorphic Design',
style: NeumorphicStyle().copyWith(
depth: 4,
color: Theme.of(context).colorScheme.primary),
textStyle: const TextStyle(fontSize: 36.0))
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.