Toast prompt box

Description

I want to implement a toast pop-up window, but I don’t know how to implement it.

What MCU/Processor/Board and compiler are you using?

esp32

What LVGL version are you using?

v8.1

You would have to use either lv_timer or lv_anim to hide the popup after n seconds.