EdgeInsets

class EdgeInsets : Serializable

The distance on each side between rectangles, when one is contained into other. All fields' values are in `platform pixel` units.

Constructors

EdgeInsets
Link copied to clipboard
open fun EdgeInsets(top: Double, left: Double, bottom: Double, right: Double)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

bottom
Link copied to clipboard
private val bottom: Double
left
Link copied to clipboard
private val left: Double
right
Link copied to clipboard
private val right: Double
top
Link copied to clipboard
private val top: Double