Searched refs:contentMargins (Results 1 – 1 of 1) sorted by relevance
148 private contentMargins: {top: number | null; bottom: number | null} = { property in MatDrawerContent166 this.contentMargins = margins;214 contentMargins: {top: number | null; bottom: number | null} = {283 top !== this.contentMargins.top ||284 bottom !== this.contentMargins.bottom286 this.contentMargins = {top, bottom};288 this.content.setMargins(this.contentMargins);293 this.contentMarginChanges.next(this.contentMargins),