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 1f08b17 commit ddb1508Copy full SHA for ddb1508
lib/widget/HomeDrawer.dart
@@ -77,7 +77,7 @@ class HomeDrawer extends StatelessWidget {
77
child: new SingleChildScrollView(
78
///item 背景
79
child: new Container(
80
- height: MediaQuery.of(context).size.height,
+ constraints: new BoxConstraints(minHeight: MediaQuery.of(context).size.height),
81
color: Color(GSYColors.white),
82
child: new Column(
83
children: <Widget>[
0 commit comments