BaseAlert constructor

BaseAlert({
  1. required int type,
  2. required String title,
  3. required String description,
  4. required Color? backgroundColor,
})

Implementation

BaseAlert({required this.type,required this.title,required this.description,required this.backgroundColor});