1
0
Fork 0

Fix linting

inheritedwidget
Jonas Franz 2 years ago
parent e36fbf3b46
commit 85a8215a5d
  1. 2
      lib/screens/cart/cart_screen.dart

@ -20,7 +20,7 @@ class CartScreen extends StatelessWidget {
mainAxisSize: MainAxisSize.max, mainAxisSize: MainAxisSize.max,
children: [ children: [
Expanded(child: CartItemList(items: cartStore.cartItems)), Expanded(child: CartItemList(items: cartStore.cartItems)),
TotalPriceText(), const TotalPriceText(),
], ],
), ),
); );

Loading…
Cancel
Save