GuidesAPI ReferenceRelease Notes
HomeLog InHome
Guides

BlazeMargins

The BlazeMargins interface is responsible for margins of the corresponding ui element.

Properties

top

top?: number

The top margin.

leading

leading?: number

The leading / start margin.

bottom

bottom?: number

The bottom margin.

trailing

trailing?: number

The trailing / end margin.

Initialization

interface BlazeMargins {
  top?: number;
  leading?: number;
  bottom?: number;
  trailing?: number;
}

Did this page help you?