public final CssMetaData<S, Insets> createInsetsCssMetaData (String property, Function<S, StyleableProperty<Insets>> function)

Create a CssMetaData<S, Insets> with initial value of javafx.geometry.Insets.EMPTY, and inherit flag defaulting to false.

Parameters:
property    The CSS property name.
function    A function that returns the StyleableProperty<Insets> that corresponds to this CssMetaData.

Exceptions:
java.lang.IllegalArgumentException    if property is null or an empty string, or function is null.