void show(Element el)

Shows el by removing the "hidden" class from it

Source

void show( Element el ) => el.classes.remove( "hidden" );