exports library

Enums

AlertBannerLocation
Where the alert banner should be located on the screen.

Functions

showAlertBanner(BuildContext context, VoidCallback onTap, Widget child, {AlertBannerLocation alertBannerLocation = AlertBannerLocation.top, double? maxLength, Duration? durationOfStayingOnScreen, Duration? durationOfScalingUp, Duration? durationOfScalingDown, Duration? durationOfLeavingScreenBySwipe, Curve? curveScaleUpAnim, Curve? curveScaleDownAnim, Curve? curveTranslateAnim, bool safeAreaTopEnabled = true, bool safeAreaBottomEnabled = true, bool safeAreaLeftEnabled = true, bool safeAreaRightEnabled = true}) → dynamic