Remove unicode in web version
This commit is contained in:
parent
2a5eda43a9
commit
5fc1eda92f
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ Widget productDetail(context, id) {
|
|||
),
|
||||
const SizedBox(height: 20.0),
|
||||
Text(
|
||||
"Price\t: Rp ${NumberFormat('#,##0.00', 'ID').format(data[0]['PRICE'])}",
|
||||
"Price : Rp ${NumberFormat('#,##0.00', 'ID').format(data[0]['PRICE'])}",
|
||||
style: const TextStyle(
|
||||
color: Colors.white,
|
||||
fontSize: 18.0,
|
||||
|
|
Loading…
Add table
Reference in a new issue