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