styleH4 function

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

Implementation

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