widgets/alert library

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