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