Skip to content

Shared Scopes

Tristan Elliott edited this page Mar 14, 2024 · 1 revision

Shared Scopes

Modderz logo Modderz logo

Documentation for all stable Scopes inside of SharedScopes

Table Of Content

ScaffoldBottomBarScope

  • ScaffoldBottomBarScope represents all the available components to a Scaffold's bottomBar

DualButtonNavigationBottomBarRow

  • UI demonstration with code below:
UI demonstration of DualButtonNavigationBottomBarRow
DualButtonNavigationBottomBarRow(
                    fontSize = MaterialTheme.typography.headlineSmall.fontSize,
                    horizontalArrangement=Arrangement.SpaceAround,
                    firstButton = {},
                    secondButton = {},
                )