Removed color appbar desktop mode

This commit is contained in:
Juan Gilsanz Polo 2023-10-29 02:47:14 +01:00
parent 96fe7eb730
commit 91d4d2c87a
26 changed files with 1607 additions and 1527 deletions

View file

@ -28,6 +28,7 @@ class HomeFab extends StatelessWidget {
showModalBottomSheet(
context: context,
isScrollControlled: true,
useRootNavigator: true,
builder: (context) => const ManagementModal(
dialog: false,
),