Dimensions

open class Dimensions

Specifies the dimensions of an object in dp

Constructors

Link copied to clipboard
constructor(widthDp: Int, heightDp: Int)

Properties

Link copied to clipboard
open var heightDp: Int
Link copied to clipboard
open var widthDp: Int