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