factory KeyValueRow.text(String key, String value) => KeyValueRow(key: key, value: dom.span([jaspr.Component.text(value)]));