forked from lxm_tools/flutter-picgo
styles:add qrcode scan icon
This commit is contained in:
Binary file not shown.
@@ -32,6 +32,12 @@ class _PBSettingPageState extends State<PBSettingPage>
|
||||
appBar: AppBar(
|
||||
title: Text('图床设置'),
|
||||
centerTitle: true,
|
||||
actions: <Widget>[
|
||||
IconButton(
|
||||
icon: Icon(IconData(0xe617, fontFamily: 'iconfont')),
|
||||
onPressed: null,
|
||||
),
|
||||
],
|
||||
),
|
||||
body: this._settings == null
|
||||
? Center(
|
||||
|
||||
Reference in New Issue
Block a user