提交 d8605d61 authored 作者: shixiaochen's avatar shixiaochen

1、修改SearchAppBar

上级 c36e204f
......@@ -49,9 +49,7 @@ class _SearchAppBarState extends State<SearchAppBar> {
titleSpacing: 0.0,
primary: widget.primary,
leading: widget.leading,
title: Container(
color: Colors.blue,
child: Row(
title: Row(
children: <Widget>[
Expanded(
child: Container(
......@@ -109,7 +107,6 @@ class _SearchAppBarState extends State<SearchAppBar> {
],
),
),
),
);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论