styleHighLight2 function

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

Implementation

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