Skip to content

Commit a2699a7

Browse files
committed
fix
1 parent 652dcc9 commit a2699a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/page/search_page.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,9 +145,10 @@ class _SearchPageState extends State<SearchPage>
145145
Widget build(BuildContext context) {
146146
super.build(context); // See AutomaticKeepAliveClientMixin.
147147
return new Container(
148+
///填充剩下半圆颜色
148149
color: endAnima ? Theme.of(context).primaryColor : Colors.transparent,
149150
child: CRAnimation(
150-
minR: MediaQuery.of(context).size.height - 50,
151+
minR: MediaQuery.of(context).size.height - 8,
151152
maxR: 0,
152153
offset: Offset(MediaQuery.of(context).size.width - 50,
153154
MediaQuery.of(context).padding.top - 10),

0 commit comments

Comments
 (0)