styleH1 function

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

Implementation

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