答案 0 :(得分:0)
new ConstrainedBox(
constraints:
const BoxConstraints(minWidth: double.infinity),
child: new RaisedButton(
child: new Text('Login'),
onPressed: _loginPressed,
)),