build: refact pages.dart code style

This commit is contained in:
zymxxxs
2019-11-08 11:11:12 +08:00
parent 9761860a96
commit d017fd3cf4

View File

@ -93,8 +93,8 @@ class Page extends StatelessWidget {
Positioned( Positioned(
right: -5.0, right: -5.0,
top: paddingTop + 2.0, top: paddingTop + 2.0,
child: creatButton( child: creatButton(context, 'GitHub', Icons.arrow_forward, 'goGithub')
context, 'GitHub', Icons.arrow_forward, 'goGithub')), ),
]); ]);
} }