alwaysHideExpandIcon property

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

If true, the expand icon should never be visible.

Implementation

@Input()
bool alwaysHideExpandIcon = false;