Navigation Bar using Jetpack Compose Hi , let see how to design Navigation Bar using jetpack compose. For that first we need to design the drawer content with heading and sub content for menu items. So lets creates a MenuItem data class for items package com.sample.navigationbar
import androidx.compose.ui.graphics.vector.ImageVector …