material_neumorphic_text 1.1.3 copy "material_neumorphic_text: ^1.1.3" to clipboard
material_neumorphic_text: ^1.1.3 copied to clipboard

A Flutter package for creating 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))