widgets/popups/kat_understood_popup library

Functions

katUnderstoodPopup(BuildContext context, String title, String message, {Widget? content, Widget? textButton}) Future<bool?>
Shows a modal popup with title and message that can't be dismissed by tapping outside or pressing back, plus a single acknowledgement action. Resolves to true once acknowledged.