How to set the Scaffold Drawer Width in JetpackCompose?

后端 未结 0 1324
伪装坚强ぢ
伪装坚强ぢ 2020-12-15 19:17

We can have Navigation Drawer in JetpackCompose by using Scaffold as below

Scaffold(
    drawerContent = { Text(text ="Drawer") }
) {}
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题