min
@NonNull
Returns the component-wise minimum of two Insets.
Return
an Insets instance where the inset on each side is the smaller of the insets on that side from a and b.
Parameters
a
The first Insets.
b
The second Insets.
Returns the component-wise minimum of two Insets.
an Insets instance where the inset on each side is the smaller of the insets on that side from a and b.
The first Insets.
The second Insets.