OverlayAction class

Constructors

OverlayAction.new(BuildContext context)

Properties

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

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

Operators

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