toggleVisibility method

void toggleVisibility()

Implementation

void toggleVisibility() => setState(() => _visible = !_visible);