修改文档

This commit is contained in:
toly
2021-01-27 13:25:11 +08:00
parent c4f36f0596
commit 994b2c0a1e
8 changed files with 28 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ import 'package:flutter_unit/app/res/style_unit.dart';
class EmptyShower extends StatelessWidget {
final String message;
EmptyShower({Key key, this.message = "数据为空"}) : super(key: key);
const EmptyShower({Key key, this.message = "数据为空"}) : super(key: key);
@override
Widget build(BuildContext context) {