在顶部显示一个条状应用栏

时间:2018-07-15 16:24:28

标签: firebase dart google-cloud-firestore flutter

我想创建一个带有顶部搜索栏的可扩展条子appbar,我有一个cloudfirestore数据库,并且我希望根据数据库返回结果,这是我的条子:

new SliverAppBar(
          expandedHeight: 180.0,
          floating: false,
          pinned: true,
          flexibleSpace: new FlexibleSpaceBar(
            title: new Text(
              "Select a Doctor",
              style: new TextStyle(color: Colors.white),
            ),
            background: new Image.asset("lib/images/listofdoctors.jpg",
                fit: BoxFit.cover),
          ),
        ),
      ];

0 个答案:

没有答案