setFeaturesVisible method

void setFeaturesVisible({
  1. required List<Feature> features,
  2. required bool visible,
})

Sets the visibility of the given features.

Parameters:

  • features — A collection of Feature. Contents of which are copied.
  • visible — True to show the features, otherwise false.