ReadOnlyTooltipPropertyWrapper    
    class ReadOnlyTooltipPropertyWrapper(wraps: TooltipProperty) : ReadOnlyPropertyWrapper<Tooltip, Property<Tooltip>> , ReadOnlyTooltipProperty
Never use this class directly. Use TooltipProperty.asReadOnly to obtain a read-only version of a mutable TooltipProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Tooltip, Property<Tooltip>>, use ReadOnlyTooltipPropertyWrapper.