Popup-Buttons überarbeiten #199

Open
flixcoo wants to merge 6 commits from enhancement/popup-buttons-ueberarbeiten into development
2 changed files with 1 additions and 1 deletions
Showing only changes of commit 9c4eff5056 - Show all commits

View File

@@ -1,6 +1,6 @@
import 'package:flutter/cupertino.dart'; import 'package:flutter/cupertino.dart';
import 'package:tallee/core/enums.dart'; import 'package:tallee/core/enums.dart';
import 'package:tallee/presentation/widgets/dialog/animated_dialog_button.dart'; import 'package:tallee/presentation/widgets/buttons/animated_dialog_button.dart';
class CustomDialogAction extends StatelessWidget { class CustomDialogAction extends StatelessWidget {
/// A custom dialog action widget that represents a button in a dialog. /// A custom dialog action widget that represents a button in a dialog.