Construct a CssMetaData with the given parameters and no sub-properties.
property | the CSS property | |
converter | the StyleConverter used to convert the CSS parsed value to a Java object. | |
initialValue | The initial or default value of the corresponding StyleableProperty | |
inherits | true if this property uses CSS inheritance | |
subProperties | the sub-properties of this property. For example, the -fx-font property has the sub-properties -fx-font-family, -fx-font-size, -fx-font-weight, and -fx-font-style. |
Diagram: Style data