Edges

data class Edges(val top: Float, val right: Float, val bottom: Float, val left: Float)

Empty space surrounding the content of a Region.

Constructors

Link copied to clipboard
constructor(y: Float, x: Float)
constructor(size: Float)
constructor()
constructor(top: Float, right: Float, bottom: Float, left: Float)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val left: Float
Link copied to clipboard
Link copied to clipboard
val top: Float
Link copied to clipboard
val x: Float
Link copied to clipboard
val y: Float

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String