rothko_system/snackbar/snackbar library

Classes

Snackbar<T>
A highly customizable widget so you can notify your user when you fell like he needs a beautiful explanation.

Enums

SnackbarDismissDirection
Indicates the direction in which it is possible to dismiss If vertical, dismiss up will be allowed if SnackbarPosition.TOP If vertical, dismiss down will be allowed if SnackbarPosition.BOTTOM
SnackbarPosition
Indicates if Snackbar is going to start at the TOP or at the BOTTOM
SnackbarStatus
Indicates the animation status SnackbarStatus.SHOWING SnackbarStatus has stopped and the user can see it SnackbarStatus.DISMISSED Snackbar has finished its mission and returned any pending values SnackbarStatus.IS_APPEARING Snackbar is moving towards SnackbarStatus.SHOWING SnackbarStatus.IS_HIDING Snackbar is moving towards [] SnackbarStatus.DISMISSED
SnackbarStyle
Indicates if Snackbar will be attached to the edge of the screen or not

Constants

Snackbar_ROUTE_NAME → const String

Typedefs

OnTap = void Function(Snackbar Snackbar)
SnackbarStatusCallback = void Function(SnackbarStatus status)