NotificationButton constructor
Constructs an instance of NotificationButton.
Implementation
const NotificationButton({
required this.id,
required this.text,
this.textColor,
}) : assert(id.length > 0),
assert(text.length > 0);
Constructs an instance of NotificationButton.
const NotificationButton({
required this.id,
required this.text,
this.textColor,
}) : assert(id.length > 0),
assert(text.length > 0);