utils/top_snackbar library
Classes
- FastTopMessage
- Shows a SnackBar at the top of the screen.
Functions
-
showTopSnackBar(
BuildContext context, Widget child, {Duration showOutAnimationDuration = const Duration(milliseconds: 200), Duration hideOutAnimationDuration = const Duration(milliseconds: 550), Duration displayDuration = const Duration(milliseconds: 3000), double additionalTopPadding = 16.0, VoidCallback? onTap, OverlayState? overlayState}) → void - Shows a SnackBar at the top of the screen.