showCollapseAll property
bool?
get
showCollapseAll
Whether to show collapse all action or not.
Implementation
_i2.bool? get showCollapseAll => _i5.getProperty(
this,
'showCollapseAll',
);
set
showCollapseAll
(bool? value)
Implementation
set showCollapseAll(_i2.bool? value) {
_i5.setProperty(
this,
'showCollapseAll',
value ?? _i6.undefined,
);
}