ToolbarView.revealTopBars

Set revealTopBars property.

  1. bool revealTopBars [@property getter]
  2. bool revealTopBars [@property setter]
    class ToolbarView
    @property
    void
    revealTopBars
    (
    bool propval
    )

Parameters

propval bool

Whether top bars are revealed.

The transition will be animated.

This can be used in combination with property@ToolbarView:extend-content-to-top-edge to show and hide toolbars in fullscreen.

See property@ToolbarView:reveal-bottom-bars.