Vishal Jain

Results 2 issues of Vishal Jain

## Steps to Reproduce HTML ```html name=test_name some text here ``` `HtmlWidget` configuration ```dart Widget _htmlWidget(String string) { return HtmlWidget( string, customStylesBuilder: (element) => _styleSheet(element), customWidgetBuilder: (element) => _widgetBuilder(element), onTapUrl:...

bug

## Steps to Reproduce HTML ```html name=test_name some text here ``` `HtmlWidget` configuration ```dart Widget _htmlWidget(String string) { return HtmlWidget( string, customStylesBuilder: (element) => _styleSheet(element), customWidgetBuilder: (element) => _widgetBuilder(element), onTapUrl:...

bug