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

Construct a CssMetaData with the given parameters, inherit 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.
initialValue    The initial or default value of the corresponding StyleableProperty