Helper method to check if a property is a style property
static bool isStyleProperty(String propName) { return all.contains(propName); }