dialog_alert_transition library

Classes

dialogState

Properties

controlDialogGO ↔ _controllerGoALert
getter/setter pair

Functions

dialogAlertTransion({required BuildContext context, bool designer = false, Widget alertWd = const Text(''), Widget title = const Text(''), Widget content = const Text(''), transitionType transitionType = transitionType.Bounce, bool blur = true, bool close = true, bool animate = true, bool autoClose = false, bool buttonConfirm = true, Size size = Size.zero, int countDown = 0, int duration = 1000, int token = 0, bool outClose = true, String acceptString = 'Accept', String rejectString = 'Cancel', Alignment alignment = Alignment.center, Color backgroundColor = Colors.white, Function? acceptFunc, Function? rejectFunc, Function? closeFunc, double top = 0, double left = 0, double rigth = 0, double bottom = 0}) → dynamic