isVisible property

bool get isVisible

True if the overlay is not display: none.

Implementation

bool get isVisible => state.visibility != Visibility.None;