base_alert_dialog library
Classes
- BaseAlertDialog
- BaseAlertDialog use CupertinoAlertDialog by cupertino *** use cupertino = { forceUseMaterial: true } force use AlertDialog on cuperitno. use AlertDialog by material *** use material = { forceUseCupertino: true } force use CupertinoAlertDialog on material.
Functions
-
showBaseAlertDialog<
T> (BaseAlertDialog alertDialog, BuildContext context, {bool barrierDismissible = true, ) → Future< T> - showDialog