Skip to content

Commit

Permalink
Change gravity of Fluttertoast to bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
up2code committed Mar 17, 2024
1 parent 1931079 commit d91eb41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d91eb41

Please sign in to comment.