widgets/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}) → Future -
stdErrBlurAlert(
String body, {String logo = 'error', String title = '¡Ups!', double width = 450, double height = 200, String buttonCaption = 'Vale', VoidCallback? callback}) → Future