BlazeMargins
The BlazeMargins interface is responsible for margins of the corresponding ui element.
Properties
top
top?: numberThe top margin.
leading
leading?: numberThe leading / start margin.
bottom
bottom?: numberThe bottom margin.
trailing
trailing?: numberThe trailing / end margin.
Initialization
interface BlazeMargins {
top?: number;
leading?: number;
bottom?: number;
trailing?: number;
}Updated about 2 months ago
Did this page help you?
