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