hideWhenExpanded property

bool hideWhenExpanded
final

hideWhenExpanded Defines whether this column should be hidden when nested columns are expanded. Attention, by setting this property to true it will be necessary to implement manual management of column expansion. Default: false

Implementation

final bool hideWhenExpanded;