Border
constructor(shape: Shape = Shape.RoundCorner, cornerRadius: CornerRadius = CornerRadius(BorderConstants.radius), focusedBorderThickness: Int = BorderConstants.focusedBorderThickness, unfocusedBorderThickness: Int = BorderConstants.unfocusedBorderThickness, @ColorLong focusedBorderColor: Long = BorderConstants.focusedBorderColor, @ColorLong unfocusedBorderColor: Long = BorderConstants.unfocusedBorderColor, @ColorLong disabledBorderColor: Long = BorderConstants.disabledBorderColor, @ColorLong errorBorderColor: Long = BorderConstants.errorBorderColor)