在底部导航栏中颤动自定义形状按钮

问题描述

我有一个底部导航栏的设计(如图所示),但我不知道如何制作自定义形状按钮,这是我的底部导航栏代码

Scaffold(
      appBar: AppBar(
        title: Text("Reply demo"),),bottomNavigationBar: BottomAppBar(
        elevation: 0,color: Color(0xff344955),child: Container(
          padding: EdgeInsets.symmetric(horizontal: 10.0),height: 56.0,child: Row(children: <Widget>[
            IconButton(
              onpressed: showMenu,icon: Icon(Icons.menu),color: Colors.white,Spacer(),IconButton(
              onpressed: () {},icon: Icon(Icons.add),icon: Icon(Icons.home),)
          ]),

enter image description here

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)