NotificationActionInput constructor
const
NotificationActionInput({})
Creates a notification action input.
Implementation
const NotificationActionInput({
required this.id,
required this.title,
this.placeholder,
this.multiline = false,
});