美文网首页
Flutter ListView在页面中不会置顶显示问题

Flutter ListView在页面中不会置顶显示问题

作者: 景彧 | 来源:发表于2021-08-29 12:48 被阅读0次

    问题:
    如图显示,顶部默认的间距很大,不是想要的结果


    2E6E916B-B9B3-433A-ABF5-1CA48F5A6263.png

    解决:
    在ListView里边加个padding

    padding: const EdgeInsets.only(top: 20),
    

    最终效果:


    IMG_3248.PNG

    相关文章

      网友评论

          本文标题:Flutter ListView在页面中不会置顶显示问题

          本文链接:https://www.haomeiwen.com/subject/apbwiltx.html