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

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