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