EdgeInsets

Object represents page insets.

Constructors

Link copied to clipboard
constructor()
Creates a default EdgeInsets object with all values set to 0.
constructor(top: Float, left: Float, bottom: Float, right: Float)
Creates an edge insets object representation.

Properties

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

Functions

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