widgets/popups/kat_message_popup library
Functions
-
katMessagePopup<
T> ({required BuildContext context, String? content, Widget? child, String? title, VoidCallback? onPressed, List< Widget> ? actions}) → Future<T?> -
Shows a modal message popup with a grey title bar and
content.