shared/widgets/widgets
library
Functions
-
showErrorBanner(Widget message, {Key? key, Widget? subtitle, VoidCallback? onTap, Duration? duration, EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: 22.0), required BuildContext context})
→ OverlaySupportEntry
-
Shows an error banner with the given message
-
showInfoBanner(Widget message, {Key? key, Widget? subtitle, VoidCallback? onTap, Duration? duration, EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: 22.0), required BuildContext context})
→ OverlaySupportEntry
-
Shows an info banner with the given message
-
showSuccessBanner(Widget message, {Key? key, Widget? subtitle, VoidCallback? onTap, Duration? duration, EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: 22.0), required BuildContext context})
→ OverlaySupportEntry
-
Shows a success banner with the given message
-
showWarningBanner(Widget message, {Key? key, Widget? subtitle, VoidCallback? onTap, Duration? duration, EdgeInsets contentPadding = const EdgeInsets.symmetric(horizontal: 22.0), required BuildContext context})
→ OverlaySupportEntry
-
Shows a warning banner with the given message