helpers/alert library

Functions

showPumaAlert(BuildContext context, {String title = "", String message = "", String yes = "OK", String? no, void onYes()?, void onNo()?, Color yesColor = Colors.red, Color noColor = Colors.blue, bool delayYesAction = false, int delayActionSecond = 5}) → dynamic