Represents the insets of a rectangle.

Constructors

Properties

Constructors

  • Parameters

    • Optional source: DeepPartial<EdgeInsets>

    Returns EdgeInsets

Properties

bottom: number

The bottom inset.

Default is 0.0

left: number

The left inset.

Default is 0.0

right: number

The right inset.

Default is 0.0

top: number

The top inset.

Default is 0.0