【问题标题】:DropDown Buttons in a side menu items侧边菜单项中的下拉按钮
【发布时间】:2019-05-21 18:19:04
【问题描述】:

我已经制作了一个包含项目的侧菜单,但我现在需要为每个项目添加另一个子菜单。

我应该怎么做才能做到这一点?

class CustomListTitle extends StatelessWidget{
    //....
    Row(
      children: <Widget>[
      Icon(icon),
      Padding(
        padding: const EdgeInsets.all(8.0),
        child: Text(text, style: TextStyle(
          fontSize: 16.0
        ),),
      ),
      ],
     ),
    Icon(Icons.arrow_right)
    //....
}

【问题讨论】:

    标签: flutter side-menu dropdownbutton


    【解决方案1】:

    我不确定你想要什么,但如果你想要的基本上是这样的: 除了在你的侧边菜单里面,我建议你看看ExpansionPanels

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-12-04
      • 2014-07-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-08-16
      • 1970-01-01
      相关资源
      最近更新 更多