helpers/alert library
Functions
-
getCupertinoButton(
String text, Color color, void onPressed()) → CupertinoDialogAction -
getMaterialButton(
String text, Color color, void onPressed()) → TextButton -
showPumaAlert(
BuildContext context, {String title = "", String message = "", String yes = "OK", String? no, void onYes()?, void onNo()?, Color yesColor = Colors.red, Color noColor = Colors.blue}) → dynamic