expanded property

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

Toggle whether or not the panel should be expanded, with its contents visible

Implementation

@Input()
bool expanded = false;