ViewEvent.alert constructor

const ViewEvent.alert(
  1. {required String message}
)

警告通知イベント 引数のメッセージをDialogに表示?

Implementation

const factory ViewEvent.alert({
  required String message,
}) = _Alert;