Enumeration

HeBottomBarMode

Declaration

enum He.BottomBarMode

Description [src]

Display modes for the BottomBar widget. The mode determines how the bottom bar is positioned and styled: - DOCKED: Traditional bottom app bar attached to the window edge. Spans the full width and has a flat appearance with subtle elevation. - FLOATING: Overlay bar that hovers over content with rounded corners. Requires an overlay_widget to be specified for positioning. Has higher elevation and appears above other content..

Members

HE_BOTTOM_BAR_MODE_DOCKED

No description available.

  • Value: 0
  • Available since: 1
HE_BOTTOM_BAR_MODE_FLOATING

No description available.

  • Value: 1
  • Available since: 1