designsystem
Toggle table of contents
1.0.31
common
Target filter
common
Switch theme
Search in API
Skip to content
designsystem
designsystem
/
com.diegoferreiracaetano.dlearn.designsystem.components.navigation
/
AppBottomNavigation
/
AppBottomNavigation
App
Bottom
Navigation
constructor
(
selectedRoute
:
String
=
tabList.first().route
,
items
:
List
<
AppNavigationTab
>
=
tabList
,
onTabSelected
:
(
String
)
->
Unit
)