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