|
|
|
@ -24,7 +24,7 @@ class ProductListScreen extends StatelessWidget { |
|
|
|
|
actions: [UserSwitch(isOn: true, onChanged: (_) {})], |
|
|
|
|
), |
|
|
|
|
body: const CartButtonOverlay( |
|
|
|
|
child: ProductList(products: _productPlaceholder), |
|
|
|
|
child: ProductList(products: products), |
|
|
|
|
), |
|
|
|
|
); |
|
|
|
|
} |
|
|
|
|