Sub6Resources/flutter_html

ListStyleImage is not working in flutter_html: ^3.0.0-alpha.1

Opened this issue · 0 comments

Have to display svg replacing the default bulllet of

  • tag it was working on flutter_html: ^2.2.1 but no support found in new versions

    "li": Style(
              listStyleImage: ListStyleImage(Images.ic_drug_point),
              fontFamily: Strings.font_poppins,
              fontSize: FontSize(fontSize),
              margin: Margins.only(top: Dimens.pixel_10, bottom: Dimens.pixel_8),
              padding: HtmlPaddings.only(left: Dimens.pixel_0, top: Dimens.pixel_0),
              fontWeight: FontWeight.normal),