NavDrawer

data class NavDrawer(    @StringRes val title: Int,     @DrawableRes val selectedIcon: Int,     @DrawableRes val unSelectedIcon: Int? = null,     val route: String = "",     @StringRes val link: Int? = null,     val visible: Boolean = true)

Constructors

Link copied to clipboard
constructor(    @StringRes title: Int,     @DrawableRes selectedIcon: Int,     @DrawableRes unSelectedIcon: Int? = null,     route: String = "",     @StringRes link: Int? = null,     visible: Boolean = true)

Properties

Link copied to clipboard
val link: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val title: Int
Link copied to clipboard
val unSelectedIcon: Int? = null
Link copied to clipboard
val visible: Boolean = true