merge code

This commit is contained in:
ashraf_personal
2024-11-27 01:19:51 +03:00
9 changed files with 540 additions and 585 deletions

View File

@ -182,7 +182,9 @@ class RoutineSearchAndButtons extends StatelessWidget {
width: 200,
child: Center(
child: DefaultButton(
onPressed: () {},
onPressed: () {
DiscardDialog.show(context);
},
borderRadius: 15,
elevation: 0,
borderColor: ColorsManager.greyColor,