nbp_custom_widgets
library
Functions
-
nbpCustomToast({required BuildContext context, required String message, Duration duration = const Duration(seconds: 2), Color backgroundColor = Colors.black87, Color textColor = Colors.white, double bottomOffset = 100, bool isShowRightIcon = true})
→ void
-
-
showFailureToast({required BuildContext context, required String message, Duration duration = const Duration(seconds: 2), Color backgroundColor = const Color(0XFFB3261E), Color textColor = Colors.white, double bottomOffset = 100, bool isShowRightIcon = false})
→ void
-