mirror of
https://github.com/alibaba/flutter-go.git
synced 2025-05-17 21:05:56 +08:00
build: refact pages.dart code style
This commit is contained in:
@ -93,8 +93,8 @@ class Page extends StatelessWidget {
|
||||
Positioned(
|
||||
right: -5.0,
|
||||
top: paddingTop + 2.0,
|
||||
child: creatButton(
|
||||
context, 'GitHub', Icons.arrow_forward, 'goGithub')),
|
||||
child: creatButton(context, 'GitHub', Icons.arrow_forward, 'goGithub')
|
||||
),
|
||||
]);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user