insetsOf
Empty insets. An Insets instance with all offsets equal to zero.
Create an inset where Int number will be applied to all side.
Create an inset where Long number will be applied to all side.
Create an inset where Double number will be applied to all side.
Create an inset where Int number will be applied to both side.
Create an inset where Long number will be applied to both side.
Create an inset where Double number will be applied to both side.
Create an inset where Int number will be applied to each side.
Create an inset where Long number will be applied to each side.
inline fun insetsOf(top: Double = 0.0, right: Double = 0.0, bottom: Double = 0.0, left: Double = 0.0): Insets
Create an inset where Double number will be applied to each side.