h5 function
Implementation
Widget h5(
AppModel app,
BuildContext context,
String data, {
TextAlign? textAlign,
int? maxLines,
bool? softWrap,
}) =>
StyleRegistry.registry().styleWithApp(app).frontEndStyle().textStyle().h5(
app,
context,
data,
textAlign: textAlign,
maxLines: maxLines,
softWrap: softWrap,
);