How to set the click colllider area (raycast target) to a Button?

Hello, while using a Button component we also want to set the collider manually.
By default, the collider depends on the sprite size.
But It will be more interesting to customized the size of the raycast area.

image

For example, we want to extends the raycast aera:

In Unity we can set the raycast padding like this:
image