styleText function

TextStyle? styleText(
  1. AppModel app,
  2. BuildContext context
)

Implementation

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