1,项目基本布局样式
顶部导航栏
appBar: AppBar(
title: Text('影院'),
centerTitle: true,
actions: <Widget>[
// 添加我们需要的图标 右侧搜索
IconButton(
icon: Icon(Icons.search),
onPressed: (){},
)
],
),
左侧抽屉目录
// 侧边栏, 也是脚手架工具提供给我们的
drawer: Drawer( // ListView是一个垂直排列的容器 child: ListView( // 手动添加padding 为0, 去掉侧边栏默认的内间距 padding: EdgeInsets.all(0), children: <Widget>[ // Drawer 顶部区域 UserAccountsDrawerHeader( accountName: Text('心_语'), accountEmail: Text('12