widgets/alerts/blur_alert library
Classes
Functions
-
blurAlert(
{required String logo, 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 logo = 'error', String title = '¡Ups!', double width = 450, double height = 200, String buttonCaption = 'Vale', VoidCallback? callback, BuildContext? context}) → Future< Object?>