styleText function
Implementation
TextStyle? styleText(AppModel app, BuildContext context) =>
StyleRegistry.registry()
.styleWithApp(app)
.frontEndStyle()
.textStyleStyle()
.styleText(app, context);
TextStyle? styleText(AppModel app, BuildContext context) =>
StyleRegistry.registry()
.styleWithApp(app)
.frontEndStyle()
.textStyleStyle()
.styleText(app, context);