alwaysShowExpandIcon property

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

If true, the expand icon should always be visible regardless whether a custom icon is used.

Implementation

@Input()
bool alwaysShowExpandIcon = false;