ToastAnimate class

Toast animate

Constructors

ToastAnimate()
factory
ToastAnimate.internal()

Properties

hashCode int
The hash code for this object.
no setterinherited
isVisible bool
getter/setter pair
overlayEntry OverlayEntry?
getter/setter pair
overlayState OverlayState?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createView({required String message, required BuildContext context, BoxDecoration? decoration, AlignToast alignToast = AlignToast.top, double fontSize = size14, Widget? icon, FontWeight fontWeight = fontWeigh500, Color fontColor = whiteColor, int durationMilliSeconds = 2500}) Future
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 Properties

instance ToastAnimate
final