closeDialog method

void closeDialog()

Implementation

void closeDialog() {
  modalStatePanel.visible = false;
  _onClose.sink.add('Close');
}