-
Notifications
You must be signed in to change notification settings - Fork 5
Shared Scopes
Tristan Elliott edited this page Mar 14, 2024
·
1 revision


- ScaffoldBottomBarScope represents all the available components to a Scaffold's bottomBar
- UI demonstration with code below:

DualButtonNavigationBottomBarRow(
fontSize = MaterialTheme.typography.headlineSmall.fontSize,
horizontalArrangement=Arrangement.SpaceAround,
firstButton = {},
secondButton = {},
)