form Item Highlight Color
open fun formItemHighlightColor(@ColorInt @Nullable color: Integer): AnnotationRenderConfiguration.Builder
Sets color used for highlighting selected items inside lists, combo boxes and similar.
Parameters
color
ARGB color integer (can be Color#TRANSPARENT
) or null
to use default color (#339AC1D9).