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