val decelerateEasing: LinearOutSlowInInterpolator
Material Design standard's Decelerate Easing(LinearOutSlowInInterpolator)
This easing is recommended for Views that appear/enter outside visible bounds of the layout. Example: Snackbar message from bottom of the screen
More details: Easing on Material.io