hidden property

bool get hidden

Whether the modal is temporarily hidden.

Implementation

bool get hidden;
set hidden (bool hidden)

Change the temporary visibility of the modal.

Implementation

set hidden(bool hidden);