domino_html 0.2.0 domino_html: ^0.2.0 copied to clipboard
Helper methods to build HTML elements with proper attributes using package:domino.
Helper methods to build HTML elements with proper attributes using package:domino
.
div(
title: 'Some tooltip for this example',
children: [
a(href: 'https://pub.dev/', text: 'link to somewhere'),
],
);