EdgeInsets

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

Constructors

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

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val top: Double