PositionMode
configurationDefines the type of positioning. Valid options are
static: positions the AppBar according to the normal flow of the page.sticky: sticks the AppBar to a given position(top or bottom).fixed: positions the AppBar relative to the viewport.
positionMode
StringDefault: 'static'