Version 1.0.0 (first build)
This commit is contained in:
@@ -128,7 +128,10 @@ class RestaurantCardAsync extends StatelessWidget {
|
||||
));
|
||||
} else {
|
||||
return Center(
|
||||
child: CircularProgressIndicator(),
|
||||
child: Padding(
|
||||
padding: EdgeInsets.all(24),
|
||||
child: CircularProgressIndicator(),
|
||||
),
|
||||
);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user