Fix: shorten text
This commit is contained in:
@@ -46,7 +46,8 @@ class OrderConfirmItemCard extends StatelessWidget {
|
||||
name,
|
||||
style: Theme.of(context).textTheme.bodyLarge,
|
||||
),
|
||||
Text('$price руб. x $count = ${price * count} руб.'),
|
||||
Text(
|
||||
'${price.toStringAsFixed(2)} руб. x $count = ${(price * count).toStringAsFixed(2)} руб.'),
|
||||
],
|
||||
)
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user