NavBarModel
data class NavBarModel(@StringRes val title: Int, val selectedIcon: ImageVector, val unSelectedIcon: ImageVector? = null, val route: String = "", val isVisible: Boolean = true)
Constructors
Link copied to clipboard
constructor(@StringRes title: Int, selectedIcon: ImageVector, unSelectedIcon: ImageVector? = null, route: String = "", isVisible: Boolean = true)