代码格式化

This commit is contained in:
v7lin
2019-05-30 09:14:19 +08:00
parent 6f64eb6f93
commit 6a084c3e29

View File

@ -118,13 +118,13 @@ class _HomeState extends State<Home> {
ListTile( ListTile(
title: const Text('扫码登录'), title: const Text('扫码登录'),
onTap: () { onTap: () {
Navigator.of(context).push(MaterialPageRoute<dynamic>( Navigator.of(context)
.push(MaterialPageRoute<dynamic>(
builder: (BuildContext context) => Qrauth( builder: (BuildContext context) => Qrauth(
wechat: _wechat, wechat: _wechat,
), ),
)).then((dynamic result) { ))
.then((dynamic result) {});
});
}, },
), ),
ListTile( ListTile(