functions/message_func
library
Functions
-
showTMessageDialog(BuildContext context, String message, {Widget? title, Color? color, String? barrierLabel, Color? barrierColor, bool useRootNavigator = true, bool barrierDismissible = true, RouteSettings? routeSettings, Offset? anchorPoint, bool? requestFocus})
→ void
-
-
showTMessageDialogError(BuildContext context, String message, {Widget? title, String? barrierLabel, Color? barrierColor, bool useRootNavigator = true, bool barrierDismissible = true, RouteSettings? routeSettings, Offset? anchorPoint, bool? requestFocus})
→ void
-
-
showTSnackBar(BuildContext context, String message, {Color? color, bool? showCloseIcon, SnackBarAction? action, DismissDirection? dismissDirection, Color? closeIconColor, Color? backgroundColor, double? elevation, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, double? width, ShapeBorder? shape, HitTestBehavior? hitTestBehavior, SnackBarBehavior? behavior, double? actionOverflowThreshold, Duration duration = const Duration(milliseconds: 4000), bool? persist, Animation<double>? animation, void onVisible()?, Clip clipBehavior = Clip.hardEdge})
→ void
-
-
showTSnackBarError(BuildContext context, String message, {Color? color, bool? showCloseIcon, SnackBarAction? action, DismissDirection? dismissDirection, Color? closeIconColor, Color? backgroundColor, double? elevation, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, double? width, ShapeBorder? shape, HitTestBehavior? hitTestBehavior, SnackBarBehavior? behavior, double? actionOverflowThreshold, Duration duration = const Duration(milliseconds: 4000), bool? persist, Animation<double>? animation, void onVisible()?, Clip clipBehavior = Clip.hardEdge})
→ void
-