Companion

object Companion

Functions

Insets
Link copied to clipboard
fun Insets(left: Int = 0, top: Int = 0, right: Int = 0, bottom: Int = 0): Insets
Creates an Insets instance with the given values.

Properties

Empty
Link copied to clipboard
val Empty: Insets
An empty Insets instance, with each dimension set to a value of 0.