hostMatDrawerCollapsed property

  1. @HostBinding('class.mat-drawer-collapsed')
bool get hostMatDrawerCollapsed
override

Implementation

@HostBinding('class.mat-drawer-collapsed')
bool get hostMatDrawerCollapsed => !visible;