Create from a string value
factory KeyValueRow.text(String key, String value) => KeyValueRow(key: key, value: span([text(value)]));