TextTr.headlineSmall constructor
TextTr.headlineSmall(})
Creates a TextTr with headlineSmall text style.
Implementation
TextTr.headlineSmall(
String data, {
super.key,
super.textAlign,
this.arguments,
}) : super(
data.tr(arguments: arguments),
style: NyThemeManager
.instance
.currentTheme
?.themeData
.textTheme
.headlineSmall,
);