NeumorphicText constructor
NeumorphicText(
- String text, {
- Key? key,
- Duration duration = Neumorphic.DEFAULT_DURATION,
- Curve curve = Neumorphic.DEFAULT_CURVE,
- NeumorphicStyle? style,
- TextAlign textAlign = TextAlign.center,
- NeumorphicTextStyle? textStyle,
Implementation
NeumorphicText(
this.text, {
Key? key,
this.duration = Neumorphic.DEFAULT_DURATION,
this.curve = Neumorphic.DEFAULT_CURVE,
this.style,
this.textAlign = TextAlign.center,
this.textStyle,
}) : super(key: key);