NotificationButton constructor

const NotificationButton(
  1. {required String id,
  2. required String text}
)

Constructs an instance of NotificationButton.

Implementation

const NotificationButton({
  required this.id,
  required this.text,
});