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