update loaing
This commit is contained in:
@@ -119,7 +119,7 @@ class FavoritesPage extends ConsumerWidget {
|
||||
return ProductTile(productId: productId);
|
||||
},
|
||||
),
|
||||
loading: () => CircularProgressIndicator(),
|
||||
loading: () => const CustomLoadingIndicator(),
|
||||
error: (error, stack) => ErrorWidget(error),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user