繁体   English   中英

flutter标签栏应用栏添加图标按钮

[英]Add Icon button in App bar of tab bar in flutter

https://i.stack.imgur.com/LPLE4.png

我需要添加 iconbutton appbar flutter

如果您的意思是 appBar 中的前导 iconButton 您可以在脚手架中添加此代码


appBar:AppBar(leading:IconButton(icon:Icon(Icons.menu),onPressed:(){})),

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM