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

Construct a CssMetaData with the given parameters, initialValue is null, inherit is set to false, and no sub-properties.

Parameters:
property    the CSS property
converter    the StyleConverter used to convert the CSS parsed value to a Java object.