Text LocalizedText(String text, {TextStyle? style}) { return Text( localizedText(text), style: style, ); }