Helper methods to build HTML elements with proper attributes using package:domino.

div(
  title: 'Some tooltip for this example',
  children: [
    a(href: 'https://pub.flutter-io.cn/', text: 'link to somewhere'),
  ],
);

Libraries

domino_html