Represents the insets of a rectangle.

Hierarchy

  • PartiallyConstructible
    • EdgeInsets

Constructors

Properties

Constructors

  • Parameters

    • Optional source: DeepPartial<EdgeInsets>

    Returns EdgeInsets

Properties

bottom: number

The bottom inset.

Default Value

0.0;
left: number

The left inset.

Default Value

0.0;
right: number

The right inset.

Default Value

0.0;
top: number

The top inset.

Default Value

0.0;

Generated using TypeDoc