LocalUseFallbackRippleImplementation
Temporary CompositionLocal to allow configuring whether the old ripple implementation that uses the deprecated androidx.compose.material.ripple.RippleTheme API should be used in Material components and LocalIndication, instead of the new ripple API. This flag defaults to false, and will be removed after one stable release: it should only be used to temporarily unblock upgrading.
Provide this CompositionLocal before you provide MaterialTheme to make sure it is correctly provided through LocalIndication.