toggleGlow method

void toggleGlow()

Implementation

void toggleGlow() {
  showGlow.toggle();
  update([AppPageIdConstants.flocking]);
}