styleH3 function

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

Implementation

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