widgets/alerts/blur_alert library

Classes

BlurAlertWidget

Functions

blurAlert({required String body, required String title, required String buttonCaption, required VoidCallback callback, double width = 350, double height = 200, BuildContext? context}) Future<Object?>
stdErrBlurAlert(String body, {String title = '¡Ups!', double width = 450, double height = 200, String buttonCaption = 'Vale', VoidCallback? callback, BuildContext? context}) Future<Object?>