MenuTab

enum MenuTab(route: String, titleTopBar: Int?, icon: ImageVector) : Enum<MenuTab>

Entries

REPOS
Link copied to clipboard
REPOS(ReposNavRoute.repos.default.route, null, Icons.Filled.List)
FOLLOWERS
Link copied to clipboard
FOLLOWERS(FollowersNavRoute.followers.default.route, R.string.followers_title, Icons.Filled.People)
PROFILE
Link copied to clipboard
PROFILE(ProfileNavRoute.profile.default.route, R.string.profile_title, Icons.Filled.Person)

Properties

icon
Link copied to clipboard
val icon: ImageVector
route
Link copied to clipboard
val route: String
titleTopBar
Link copied to clipboard
val titleTopBar: Int?