hideCaption method
- @protected
Hides the caption if it's already shown.
Implementation
@protected
void hideCaption() {
_captionElem.setAttribute('visibility', 'hidden');
}
Hides the caption if it's already shown.
@protected
void hideCaption() {
_captionElem.setAttribute('visibility', 'hidden');
}