Snackbar
[https://developer.android.com/reference/com/google/android/material/snackbar/Snackbar]
in Android provides a feedback to an operation. This is the preferred way to
notify users about an action compared to the older toast messages.
With Jetpack Compose, the way we build and show snackbar is slightly different