Remove unicode in web version

This commit is contained in:
Moe Poi ~ 2022-05-16 10:25:11 +07:00
parent 2a5eda43a9
commit 5fc1eda92f

View file

@ -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,