Insets

constructor(all: Double)

Creates a Insets with equal offset from all edges. This is equivalent to calling Insets(all, all, all, all)

Return

a Insets with equal offset from all edges

Parameters

all

The offset to use for top, left, bottom, and right


constructor(top: Double = 0.0, left: Double = 0.0, bottom: Double = 0.0, right: Double = 0.0)