util/global_alert library

Properties

cAlertOverlayEntry OverlayEntry?
getter/setter pair

Functions

cCloseAlwaysOnTopAlert() → void
Closes and removes the currently displayed always-on-top alert.
cShowAlwaysOnTopAlert({required BuildContext context, required String message, String? title, String? okText, dynamic ok()?, String? cancelText, dynamic cancel()?, double width = 400}) → void
Shows a full-screen alert on top of all other widgets in the app.