Transient status messages: slide up near the bottom of the viewport, hold, then fade out. One shared instance; a new message replaces the current one immediately.

Static variables

@:value(2600)staticholdMs:Float = 2600

Milliseconds a toast stays fully visible before fading.

Static methods

staticreset():Void

Drops the shared instance (state teardown).

staticshow(message:String):Void

Shows a message near the bottom center of the viewport (replaces any current toast).

Parameters:

message

the text to display