NUISnackItem constructor
NUISnackItem({})
Implementation
NUISnackItem({
String? id,
required this.content,
this.action,
this.duration,
this.backgroundColor,
this.elevation = 0
}){
this.id = id ?? randomUUID();
}