Gets the current content element.
()
| 620 | |
| 621 | /** Gets the current content element. */ |
| 622 | private _getContent() { |
| 623 | return this._container?._content || this._container?._userContent; |
| 624 | } |
| 625 | |
| 626 | /** Toggles whether the drawer is currently animating. */ |
| 627 | private _setIsAnimating(isAnimating: boolean) { |