webHtmlSolution2 function

Widget webHtmlSolution2(
  1. BuildContext context,
  2. String html
)

Implementation

Widget webHtmlSolution2(BuildContext context, String html) {
  return MyHtmlWidget(html: html);
}