flutter_html icon indicating copy to clipboard operation
flutter_html copied to clipboard

How do I return a custom widget for this tag with classes ?

Open balaji101010 opened this issue 2 years ago • 0 comments

Example

<div class=\"et_pb_module et_pb_testimonial et_pb_testimonial_0 clearfix et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image et_pb_testimonial_no_bg\">

I want to render a custom widget for the div tag that must contains et_pb_module et_pb_testimonial et_pb_testimonial_0 clearfix et_pb_text_align_left et_pb_bg_layout_light et_pb_testimonial_no_image et_pb_testimonial_no_bg classes

Is it possible?

balaji101010 avatar Jul 14 '23 07:07 balaji101010