ShowAlertDialogState constructor

ShowAlertDialogState(
  1. String message,
  2. String title
)

Implementation

ShowAlertDialogState(this.message, this.title);