toggle abstract method

void toggle([
  1. bool state
])

Toggle the visibility of all the elements in this collection by altering

  • their CSS display properties.

Implementation

void toggle([bool state]);