String? removeStyleProperty(String name) { var entry = removeStyleEntry(name); return entry?.valueAsString; }