Calls `close` of both start and end drawers
()
| 895 | |
| 896 | /** Calls `close` of both start and end drawers */ |
| 897 | close(): void { |
| 898 | this._drawers.forEach(drawer => drawer.close()); |
| 899 | } |
| 900 | |
| 901 | /** |
| 902 | * Recalculates and updates the inline styles for the content. Note that this should be used |