protected CssMetaData (String property, StyleConverter<?, V> converter, V initialValue, boolean inherits, List<CssMetaData<? extends Styleable, ?>> subProperties)

Construct a CssMetaData with the given parameters and no sub-properties.

Parameters:
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.