Insets

fun Insets(left: Int = 0, top: Int = 0, right: Int = 0, bottom: Int = 0): Insets

Creates an Insets instance with the given values.