Commit 64a0913b authored by 林生雨's avatar 林生雨

w

parent 02ff9b47
...@@ -149,6 +149,7 @@ Widget netErrorItem() {} ...@@ -149,6 +149,7 @@ Widget netErrorItem() {}
Widget errorItem(double width, double height, VoidCallback retry, Widget errorItem(double width, double height, VoidCallback retry,
{String errorText, String retryText, double paddingTop}) { {String errorText, String retryText, double paddingTop}) {
return Container( return Container(
color: Colors.white,
width: width, width: width,
height: height, height: height,
padding: EdgeInsets.only(top: paddingTop ?? 0), padding: EdgeInsets.only(top: paddingTop ?? 0),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment