NkAlertDialogPrefs constructor

NkAlertDialogPrefs(
  1. String title,
  2. String message, {
  3. String okButtonText = "Ok",
  4. TextStyle? okButtonStyle,
  5. TextStyle? messageStyle,
  6. TextStyle? titleStyle,
})

Implementation

NkAlertDialogPrefs(this.title, this.message,
    {this.okButtonText = "Ok",
    this.okButtonStyle,
    this.messageStyle,
    this.titleStyle});