InputFieldColors
constructor(@ColorLong focusedBorderColor: Long = BorderConstants.focusedBorderColor, @ColorLong unfocusedBorderColor: Long = BorderConstants.unfocusedBorderColor, @ColorLong disabledBorderColor: Long = BorderConstants.disabledBorderColor, @ColorLong errorBorderColor: Long = BorderConstants.errorBorderColor, @ColorLong inputFieldBackgroundColor: Long, @ColorLong focusedUnderlineColor: Long = UnderlineConstants.focusedUnderlineColor, @ColorLong unfocusedUnderlineColor: Long = UnderlineConstants.unfocusedUnderlineColor, @ColorLong disabledUnderlineColor: Long = UnderlineConstants.disabledUnderlineColor, @ColorLong errorUnderlineColor: Long = UnderlineConstants.errorUnderlineColor)