Skip to content

[QUESTION] How to remove white space at the end of html #1477

@BradDoesCode

Description

@BradDoesCode

I have a load of white space at the end of my html widget. Does anyone know how I remove it.

return Html(
      data: description,
      onLinkTap: (url, attributes, element) async {
        final uri = Uri.parse(url ?? '');
        if (await canLaunchUrl(uri)) {
          launchUrl(uri);
        }
      },
      shrinkWrap: true,
      style: {
        'p': Style(
          margin: Margins.only(bottom: 8),
          padding: HtmlPaddings.zero,
        ),
        'br': Style(margin: Margins.only(bottom: 8)),
      },
    );
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions