【问题标题】:Screen Layout with carousel in flutter颤动中带有轮播的屏幕布局
【发布时间】:2020-05-23 21:52:50
【问题描述】:

您好,我正在尝试在轮播下方添加按钮,但我似乎可以找到解决方法enter image description here

【问题讨论】:

    标签: flutter flutter-layout


    【解决方案1】:

    可以在listview的末尾添加按钮,如下图:

    ListView(
       children: <Widget>[
           image_slider_carousel,
           // here goes your button <=======
       ]
    )
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-03-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多