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