Padding

open class Padding

Author

Umang Chamaria Date: 2019-09-01

Constructors

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

Functions

equals
Link copied to clipboard
open fun equals(o: Any): Boolean
toString
Link copied to clipboard
open fun toString(): String

Properties

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