isExpanded property

  1. @Input()
bool isExpanded
getter/setter pair

'True' when the drawer is expanded to full screen.

Implementation

@Input()
bool isExpanded = false;