onBackgroundPress

val onBackgroundPress: () -> Unit? = null

Deprecated (with error)

onBackgroundPress is deprecated and will be removed in future versions. Please use onBackgroundClick instead

Replace with

onBackgroundClick