visible property
Sets whether the popup should be shown.
If visible
is not the current state, this may close or open the popup.
Implementation
@Input()
set visible(bool visible);
Sets whether the popup should be shown.
If visible
is not the current state, this may close or open the popup.
@Input()
set visible(bool visible);