top_snack_bar library

Classes

TopSnackBar
Widget that controls all animations

Functions

showTopSnackBar(BuildContext context, Widget child, {Duration showOutAnimationDuration = const Duration(milliseconds: 1200), Duration hideOutAnimationDuration = const Duration(milliseconds: 550), Duration displayDuration = const Duration(milliseconds: 3000), double additionalTopPadding = 16.0, VoidCallback? onTap, OverlayState? overlayState}) → void
Displays a widget that will be passed to child parameter above the current contents of the app, with transition animation