ExSnackbar mixin

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

action({required String message, required Widget button, String? title, Duration duration = const Duration(seconds: 3)}) → void
danger({String? title, double? titleSize, Color? titleColor = Colors.black, String? message = ' ', double? messageSize, Color? messageColor = Colors.black, Color backgroundColor = const Color(0xFFFFF4F5), IconData? icon = Icons.info, Duration duration = const Duration(seconds: 3), double radius = 4, double margin = 4, FlushbarPosition position = FlushbarPosition.TOP, bool isDismissible = true}) → void
info({String? title, double? titleSize, Color? titleColor = Colors.black, String? message = ' ', double? messageSize, Color? messageColor = Colors.black, Color backgroundColor = const Color(0xffF3F6FE), IconData? icon = Icons.info, Duration duration = const Duration(seconds: 3), double radius = 4, double margin = 8, FlushbarPosition position = FlushbarPosition.TOP, bool isDismissible = true}) → void
success({String? title, double? titleSize, Color? titleColor = Colors.black, String? message = ' ', double? messageSize, Color? messageColor = Colors.black, Color backgroundColor = const Color(0xFFE9F5F2), IconData? icon = Icons.check_circle, Duration duration = const Duration(seconds: 3), double radius = 4, double margin = 4, FlushbarPosition position = FlushbarPosition.TOP, bool isDismissible = true}) → void
uploading({required String message, String? title, Duration duration = const Duration(seconds: 3), AnimationController? progressIndicatorController, Color? progressIndicatorBackgroundColor}) → void
warning({String? title, double? titleSize, Color? titleColor = Colors.black, String? message = ' ', double? messageSize, Color? messageColor = Colors.black, Color backgroundColor = const Color(0xFFFFFDF3), IconData? icon = Icons.warning, Duration duration = const Duration(seconds: 3), double radius = 4, double margin = 4, FlushbarPosition position = FlushbarPosition.TOP, bool isDismissible = true}) → void