MetaRowGeometry

class MetaRowGeometry(val insetTop: Double = 0.0, val insetBottom: Double = 0.0, val height: Double = 0.0)(source)

Indicates the y-offset and height of a table's header.

Constructors

Link copied to clipboard
constructor(insetTop: Double = 0.0, insetBottom: Double = 0.0, height: Double = 0.0)

Properties

Link copied to clipboard
val height: Double = 0.0
Link copied to clipboard
val insetBottom: Double = 0.0
Link copied to clipboard
val insetTop: Double = 0.0