OverlayAction class
Methods
-
dismissLoading()
→ void
-
-
dismissToast()
→ void
-
-
loading({Widget? widget, Duration? duration, bool opaque = false, bool maintainState = false, bool replace = true, String message = "", bool passTouch = false, Color maskColor = OverlayConst.maskColor, Color frameColor = Colors.transparent, TextStyle textStyle = OverlayConst.textStyle, double progressSize = 13, Color progressColor = Colors.white, double progressStrokeWidth = 2, Color progressBackgroundColor = Colors.transparent})
→ void
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
overlay(BuildContext context, Widget widget, {Duration? duration, bool opaque = false, bool maintainState = false, bool replace = true})
→ void
-
-
toast({String? message, Widget? widget, ToastAlignment alignment = ToastAlignment.bottom, Duration? duration, bool opaque = false, bool maintainState = false, bool replace = true})
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited