setCheckMarkTintMode
open fun setCheckMarkTintMode(@NonNull textView: CheckedTextView, @Nullable tintMode: PorterDuff.Mode)(source)
Specifies the blending mode used to apply the tint specified by setCheckMarkTintList} to the check mark drawable. The default mode is SRC_IN.
Parameters
textView
CheckedTextView for which to apply the tint mode.
tintMode
the blending mode used to apply the tint, may be null
to clear tint