vargas_ivan
Results
1
issues of
vargas_ivan
``` CoolAlert.show( context: somekey.currentContext!, type: CoolAlertType.error, title: e.response?.statusCode != 200 ? "Server error" : "Device Error", text: "error text", autoCloseDuration: const Duration(seconds: 5), backgroundColor: Colors.red, barrierDismissible: true, width: 400, confirmBtnColor:...