AlertComponentOptions constructor
Implementation
AlertComponentOptions({
required this.visible,
required this.message,
this.type = 'success',
this.duration = 3000,
required this.onHide,
this.textColor = Colors.black,
});
AlertComponentOptions({
required this.visible,
required this.message,
this.type = 'success',
this.duration = 3000,
required this.onHide,
this.textColor = Colors.black,
});