material_neumorphic_text 1.1.3

SDKflutter
Platformandroidioswindowslinuxmacosweb

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))