setUseTintColorForShadow

open fun setUseTintColorForShadow(useTintColorForShadow: Boolean)

Set whether fake shadow color should match next set tint color. This will only be drawn when requiresCompatShadow is true, otherwise native elevation shadows will be drawn which don't support colored shadows.

Parameters

useTintColorForShadow

true if color should match; false otherwise.