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