message about

This commit is contained in:
2024-12-30 22:51:47 +01:00
parent 43d77f778b
commit 8adcd80306
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import 'package:flutter/material.dart';
mixin ShowAlertDialog<T extends StatefulWidget> on State<T> {
mixin ShowAlertDialog {
void showAlertDialog(BuildContext context, String title, String text) {
// Create AlertDialog
AlertDialog dialog = AlertDialog(