Creates a new Revealer widget that animates showing and hiding its child.
const revealer = newRevealer({ transition: 'slide_down', reveal_child: true, child: Widget.Label({ label: 'Hello' }),}); Copy
const revealer = newRevealer({ transition: 'slide_down', reveal_child: true, child: Widget.Label({ label: 'Hello' }),});
Creates a new Revealer widget that animates showing and hiding its child.