Insets

@Stable()
interface Insets

Functions

copy
Link copied to clipboard
open fun copy(left: Int = this.left, top: Int = this.top, right: Int = this.right, bottom: Int = this.bottom): Insets
minus
Link copied to clipboard
open operator fun minus(other: Insets): Insets
plus
Link copied to clipboard
open operator fun plus(other: Insets): Insets

Properties

bottom
Link copied to clipboard
abstract val bottom: Int
The bottom dimension of these insets in pixels.
left
Link copied to clipboard
abstract val left: Int
The left dimension of these insets in pixels.
right
Link copied to clipboard
abstract val right: Int
The right dimension of these insets in pixels.
top
Link copied to clipboard
abstract val top: Int
The top dimension of these insets in pixels.

Inheritors

InsetsType
Link copied to clipboard