Add: Second club page
This commit is contained in:
@@ -296,7 +296,7 @@ class _BasketPageState extends State<BasketPage> {
|
||||
child: Column(
|
||||
children: [
|
||||
Text(
|
||||
'Итого: $totalPrice',
|
||||
'Итого: $totalPrice руб.',
|
||||
),
|
||||
ElevatedButton(
|
||||
onPressed: () => Navigator.of(context).push(
|
||||
|
||||
Reference in New Issue
Block a user