clearAllLabel property

String? clearAllLabel
final

To modify the clear all label. For example,

SelectedFilters(
  ...
  clearAllLabel: "Vanish All",
  ...
)

Implementation

final String? clearAllLabel;