showClearAll property

bool? showClearAll
final

If true then display Clear All button. Defaults to true. For example,

SelectedFilters(
  ...
  showClearAll: false,
  ...
)

Implementation

final bool? showClearAll;