setContentVisible method
Implementation
void setContentVisible(bool show) {
if (handID != null) {
AtomicAlertDialog.setVisable(handID!, show);
return;
}
_visible.value = show;
}
void setContentVisible(bool show) {
if (handID != null) {
AtomicAlertDialog.setVisable(handID!, show);
return;
}
_visible.value = show;
}