utils/show_error library
A dialog to show an error message with a customizable OK button action. Copyright (C) 2024, Togaware Pty Ltd
Licensed under the GNU General Public License, Version 3 (the "License");
License: https://opensource.org/license/gpl-3-0
Authors: Graham WIlliams
Functions
-
showError(
{required BuildContext context, required String title, required String content, required VoidCallback onOkPressed}) → void