public final StyleableProperty<String> createStyleableStringProperty (S styleable, String propertyName, String cssProperty, Function<S, StyleableProperty<String>> function)

Create a StyleableProperty<String>. The initial value defaults to null and the inherit flag defaults to false.

Parameters:
styleable    The this reference of the returned property. This is also the property bean.
propertyName    The field name of the StyleableProperty<String>
cssProperty    The CSS property name
function    A function that returns the StyleableProperty<String> that was created by this method call.