CSnackbar constructor
CSnackbar({})
Implementation
CSnackbar({
super.key,
required this.content,
this.type = Type.basic,
this.position = Position.bottom,
this.label,
this.onPressed,
});
CSnackbar({
super.key,
required this.content,
this.type = Type.basic,
this.position = Position.bottom,
this.label,
this.onPressed,
});