update
This commit is contained in:
@@ -35,7 +35,6 @@ class CustomEasyRefresh {
|
||||
double size = 156.0,
|
||||
}) {
|
||||
return Column(
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
crossAxisAlignment: CrossAxisAlignment.center,
|
||||
children: [
|
||||
@@ -43,6 +42,9 @@ class CustomEasyRefresh {
|
||||
'assets/images/empty/im_emptyIcon_2.png',
|
||||
width: size,
|
||||
),
|
||||
const SizedBox(
|
||||
height: 16,
|
||||
),
|
||||
Text(
|
||||
text,
|
||||
style: const TextStyle(
|
||||
|
||||
Reference in New Issue
Block a user