mirror of
https://github.com/asjqkkkk/flutter-todos.git
synced 2025-08-26 05:59:08 +08:00
更新功能完成啦!
This commit is contained in:
@ -61,7 +61,7 @@ class _NetLoadingWidgetState extends State<NetLoadingWidget> {
|
||||
Column(
|
||||
children: <Widget>[
|
||||
Text(
|
||||
widget.successText,
|
||||
widget.successText ?? "",
|
||||
textAlign: TextAlign.center,
|
||||
style: TextStyle(fontSize: 30),
|
||||
),
|
||||
|
Reference in New Issue
Block a user