form Required Field Border Color
open fun formRequiredFieldBorderColor(@ColorInt @Nullable color: Integer): AnnotationRenderConfiguration.Builder
Sets color of the border around required form fields.
Parameters
color
ARGB color integer (can be Color#TRANSPARENT) or null to use default color (#FFFF0000).