We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652dcc9 commit a2699a7Copy full SHA for a2699a7
lib/page/search_page.dart
@@ -145,9 +145,10 @@ class _SearchPageState extends State<SearchPage>
145
Widget build(BuildContext context) {
146
super.build(context); // See AutomaticKeepAliveClientMixin.
147
return new Container(
148
+ ///填充剩下半圆颜色
149
color: endAnima ? Theme.of(context).primaryColor : Colors.transparent,
150
child: CRAnimation(
- minR: MediaQuery.of(context).size.height - 50,
151
+ minR: MediaQuery.of(context).size.height - 8,
152
maxR: 0,
153
offset: Offset(MediaQuery.of(context).size.width - 50,
154
MediaQuery.of(context).padding.top - 10),
0 commit comments