We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bodyText2
bodyMedium
1 parent 57f2b1f commit 6f971baCopy full SHA for 6f971ba
lib/src/widget/container.dart
@@ -118,7 +118,7 @@ class _NeumorphicContainer extends StatelessWidget {
118
final shape = this.style.boxShape ?? NeumorphicBoxShape.rect();
119
120
return DefaultTextStyle(
121
- style: this.textStyle ?? material.Theme.of(context).textTheme.bodyText2!,
+ style: this.textStyle ?? material.Theme.of(context).textTheme.bodyMedium!,
122
child: AnimatedContainer(
123
margin: this.margin,
124
duration: this.duration,
0 commit comments