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