diff --git a/lib/src/features/albums/presentation/album_detail_screen/album_collection_edit_modal.dart b/lib/src/features/albums/presentation/album_detail_screen/album_collection_edit_modal.dart index 1793c077..3b8e8c47 100644 --- a/lib/src/features/albums/presentation/album_detail_screen/album_collection_edit_modal.dart +++ b/lib/src/features/albums/presentation/album_detail_screen/album_collection_edit_modal.dart @@ -26,7 +26,7 @@ class AlbumCollectionEditModal { Fluttertoast.showToast( msg: "Added to collection", toastLength: Toast.LENGTH_SHORT, - gravity: ToastGravity.CENTER, + gravity: ToastGravity.BOTTOM, timeInSecForIosWeb: 1, textColor: Colors.white, fontSize: 16.0,