hideCaption method

  1. @protected
void hideCaption()

Hides the caption if it's already shown.

Implementation

@protected
void hideCaption() {
  _captionElem.setAttribute('visibility', 'hidden');
}