CustomErrorDialog constructor

CustomErrorDialog({
  1. required dynamic error,
})

Implementation

CustomErrorDialog({required this.error});